//<![CDATA[
function fenetreCent(url,nom,largeur,hauteur,options) {
var haut=(50)/1;
var Gauche=(50)/1;
fencent=window.open(url,nom,"top="+haut+",left="+Gauche+",width="+largeur+",height="+hauteur+","+options);
}
//]]>