
   function fgpopupurl(pURL) {
       window.open(pURL,"","left=70,top=70,width=415,height=300,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0");
       }


   function PopupCentre(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);
       }



