<!--

function SS_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.SS_pgW=innerWidth; document.SS_pgH=innerHeight; onresize=SS_reloadPage; }}
  else if (innerWidth!=document.SS_pgW || innerHeight!=document.SS_pgH) location.reload();
}

SS_reloadPage(true);

//-->
