//_______________________________________Layer compatability with Nav 4_________________________________________
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);
//________________________________Picture Display________________________________________________________________
function ShowPic(tURL) 
{
	window.open(tURL, "WUKS", "height=480,width=640,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=no");
}
//________________________________________Generic Pop Up_________________________________________________________

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//________________________________________Browser Detection___________________________________
function detectbrowser() { // Add a onLoad="detectbrowser()" to the body tag to use this script.
var browserName=navigator.appName; 
var browserVer=parseInt(navigator.appVersion); 
if ((browserName=="Netscape" && browserVer>=5) || (browserName=="Microsoft Internet Explorer" && browserVer>=4)) 
  version="n3"; 
else 
  version="n2"; 

if (version=="n2")
  alert("This site is best viewed with Internet Explorer 5+ or Netscape 6+. Please update your browser to enjoy this site to the fullest.");
}
//____________________________________________________________________________________________

//________________________________________Generic Pop Up_________________________________________________________



function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}

//_____
