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 NewWindow1(url) {

if (navigator.appName == 'Netscape'){
winprops = 'height=430,width=790,top=0,left=0,status=yes,menubar=yes,location=yes,toolbar=yes,scrollbars=yes,resizable'

}
else{
winprops = 'height=430,width=790,top=0,left=0,status=yes,menubar=yes,location=yes,toolbar=yes,scrollbars=yes,resizable'
}

win = window.open(url,'',winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}


function NewWindow2(url) {

if (navigator.appName == 'Netscape'){
winprops = 'height=440,width=790,top=0,left=0,status=yes,menubar=yes,location=yes,toolbar=yes,scrollbars=yes,resizable'

}
else{
winprops = 'height=440,width=790,top=0,left=0,status=yes,menubar=yes,location=yes,toolbar=yes,scrollbars=yes,resizable'
}

win = window.open(url,'',winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

function NewWindow3(url, stat)
{
  if (navigator.appName == 'Netscape')
   {
      winprops2 = 'height=570,width=795,top=0,left=0,status='+stat+',menubar=no,location=no,toolbar=no,scrollbars=yes,resizable'
   }
  else{
       winprops2 = 'height=570,width=795,top=0,left=0,status='+stat+',menubar=no,location=no,toolbar=no,scrollbars=yes,resizable'
      }

win = window.open(url,'',winprops2)

if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }

}
