
	<!-- 
	function PopupCentrer(page,largeur,hauteur,options) {
		var top=(screen.height-hauteur)/2;
		var left=(screen.width-largeur)/2;
		window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
	}
	//-->

//<A href='javascript:PopupCentrer("page.asp",300,100,"menubar=no,scrollbars=yes,statusbar=no")'>Texte</a>

<!--
	function GP_popupConfirmMsg(msg) { //v1.0
		document.MM_returnValue = confirm(msg);
	}
//GP_popupConfirmMsg('Voulez vous supprimer ?');return document.MM_returnValue
//-->

