<!--
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 MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function pop(sLink,iWidth,iHeight,name,menubar,toolbar,location,status,scrollbars,resizable)
{
 varleft=5;
 vartop=36;
 G_day = new Date();
 G_seed = G_day.getTime();
 iRand = parseInt(((G_seed - (parseInt(G_seed/1000,10) * 1000))/10)/100*100000 + 1,10);
 iRand=name;
 winleft = ((screen.width - iWidth) / 2)-varleft;
 winUp = ((screen.height - iHeight) / 2)-vartop;
 
 window.open(sLink,iRand,',width='+iWidth+',height='+iHeight+',left='+winleft+',top='+winUp+',menubar='+menubar+',toolbar='+toolbar+',location='+location+',status='+status+',scrollbars='+scrollbars+',resizable='+resizable);
}
//-->