
function MM_reloadPage(init) {  file://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 openfile(file,wdt,hgt) {FileWin= open(file, "file",
	"width="+wdt+",height="+hgt+",status=no,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,scroll=yes");
	FileWin.focus(); }
	
	function openPict(file,wdt,hgt) {FileWin= open(file, "pict",
	"width="+wdt+",height="+hgt+",status=no,scrollbars=no,resizable=no,toolbar=no,menubar=no,scroll=no");
	FileWin.focus(); }
	