function open_admin(lien) { propriete = "top=0,left=0,resizable=no, toolbar=no, scrollbars=yes, menubar=no, location=no, statusbar=no" propriete += ",width=780,height=" + screen.height/1.2; ma_fenetre = window.open(lien,'ma_fenetre', propriete); if (ma_fenetre.blur) ma_fenetre.focus(); } function close_admin(lien) { ma_fenetre = window.open(lien,'ma_fenetre','width=780 ,height=580 , scrollbars=yes, resizable=no, toolbar=no, menubar=no, status=no, location=no, left=0, top=0'); ma_fenetre.focus(); ma_fenetre.close(); } function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); //-->