function MM_reloadPage(init) { //reloads the window if Nav4 resized<br>
if (init==true) with (navigator) {if ((appName==&quot;Netscape&quot;)&amp;&amp;(parseInt(appVersion)==4)) 
{<br>
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; 
}}<br>
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();<br>
}<br>
MM_reloadPage(true);<br>