
function MM_reloadPage(init) {  //Updated by PVII. 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);
}

//This code has been provided by Hal Pawluk at www.pawluk.com who despises thieves. :)
//Thank you for the FrameJammer and your help, Hal!

if (self != top)
    top.location.replace(self.location)

/* the password tutorial has been generously given by Mick White from mickweb.com */
/* Thank you, Mick, you made me look great in the eyes of my dear friends! */   
 
function password()

{
 var thepassword=document.woo.textfield.value.toLowerCase("overshot"); 
  window.location.href= thepassword+'.htm';
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}


