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);
}

if (document.images) {
			img3on = new Image();
img3on.src = "Images/g2buttonNEG.gif";
			img4on = new Image();
img4on.src = "Images/gbuttonNEG.gif";
			img5on = new Image();
img5on.src = "Images/gbutton2NEG.gif";
			img6on = new Image();
img6on.src = "Images/ClickHereon.gif";				
			img7on = new Image();
img7on.src = "Images/gbuttonpNEG.gif";				
			img3off = new Image();
img3off.src = "Images/g2button.gif";
			img4off = new Image();
img4off.src = "Images/gbutton.gif";
			img5off = new Image();
img5off.src = "Images/gbutton2.gif";
			img6off = new Image();
img6off.src = "Images/ClickHere.gif";			
			img7off = new Image();
img7off.src = "Images/gbuttonp.gif";			}
function imgOn(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "on.src");
}
}
function imgOff(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "off.src");
}
}
