/**
 * Aqua-Passion.com
 * APortail v2.0.0
 * Date de creation: 2006.01.03
 * Last Updated: $LastChangedDate: 2009-06-30 00:16:39 +0200 (mar. 30 juin 2009) $
 * By: $LastChangedBy: Aqua-Passion $
 *
 *
 * @author      $Author: Aqua-Passion $
 * @copyright	(c) Aqua-Passion.com
 * @link		http://www.aqua-passion.com
 * @version		$Revision: 178 $
 * @package     $Id: index.php 178 2009-06-29 22:16:39Z Aqua-Passion $
 *
 */
function oubli(x) {
	uRl='oubli.php';
	txt="resizable=1,location=0,scrollbars=0,width=255,height=150,top=10,left=100";
	window.open(uRl,"oubli",txt);
}
function modif_msg(x) {
	uRl='modif_msg.php';
	txt="resizable=1,location=0,scrollbars=0,width=500,height=300,top=10,left=100";
	window.open(uRl,"modif",txt);
}
function msg_mbres(x) {
	uRl='msg_mbres.php';
	txt="resizable=1,location=0,scrollbars=0,width=500,height=400,top=10,left=100";
	window.open(uRl,"msg",txt);
}
function view_com(x) {
	uRl="view_com.php?idsite="+x;
	txt="resizable=1,location=0,scrollbars=1,width=500,height=400,top=10,left=100";
	window.open(uRl,"view",txt);
}
function deladmin(x,y)
{
	url="ajoutadmin.php?go=delete&idadmdel="+x;
	message="Confirmez la suppression de l'administrateur :\n"+y;
	if (confirm(message))
	{
		document.location.href=url;
	}
}
