function reloadPage(init) {  //recharge si la fenetre Nav4 est redim  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {    document.pgW=innerWidth; document.pgH=innerHeight; onresize=reloadPage; }}  else if (innerWidth!=document.pgW || innerHeight!=document.pgH) location.reload();}reloadPage(true);