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) {
			img1on = new Image();
img1on.src = "../Images/g2buttonNEG.gif";
			img2on = new Image();
img2on.src = "../Images/g2buttonNEG.gif";
			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/g2buttonNEG.gif";
			img8on = new Image();
img8on.src = "../Images/g2buttonNEG.gif";
			img9on = new Image();
img9on.src = "../Images/g2buttonNEG.gif";
			img10on = new Image();
img10on.src = "../Images/g2buttonNEG.gif";
			img1off = new Image();
img1off.src = "../Images/g2button.gif";
			img2off = new Image();
img2off.src = "../Images/g2button.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/g2button.gif";
			img8off = new Image();
img8off.src = "../Images/g2button.gif";
			img9off = new Image();
img9off.src = "../Images/g2button.gif";
			img10off = new Image();
img10off.src = "../Images/g2button.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");
}
}

