// JavaScript Document


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);




<!-- 

function fixUglyIE()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = fixUglyIE;
}

// -->

<!--
IE4plus = (document.all) ? true : false;
NS4 = (document.layers) ? true : false;

function clickIE()
{
     if (IE4plus)
         document.selection.empty();
   return false;
}

function clickNS(e)
{
     
     if ((e.which==1) && NS4)
     {
           return (e.target!=document);
     }
     else if (e.which==1 || e.which==2 || e.which==3 ) 
   {
      return false;
   }
}
if (!IE4plus) 
{
  document.captureEvents(Event.MOUSEDOWN || Event.MOUSEUP);
  document.onmousedown=clickNS;
  document.onmouseup= clickNS;
  document.oncontextmenu=clickIE;
} 
else 
{
  document.onmouseup= clickIE;
  document.oncontextmenu=clickIE;
}
-->
