/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.js 212 2009-09-03 05:33:44Z emartin24 $
 *
 */





function dialoguer(keluidacontacter) {

$.modal('<iframe src="http://www.resoudre-probleme.com/actions/dialoguer.php?uidacontacter='+keluidacontacter+'" width="100%" height="300" FRAMEBORDER="0" scrolling="no"></iframe>');
}




function lancerpopup() {

$.modal('<iframe src="http://www.resoudre-probleme.com/actions/supermessagerie.php" width="100%" height="300" FRAMEBORDER="0" scrolling="no"></iframe>');
}










