// index flip
<!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
       
if (browserVer >= 3) version = "n3";
else version = "n2";               
if (version == "n3") {

indhomeoff = new Image;
indhomeoff.src = "labels/indhome.gif";
indhomeon = new Image;
indhomeon.src = "labels/indhomea.gif";

indcontsoff = new Image;
indcontsoff.src = "labels/indconts.gif";
indcontson = new Image;
indcontson.src = "labels/indcontsa.gif";

indprojoff = new Image;
indprojoff.src = "labels/indproj.gif";
indprojon = new Image;
indprojon.src = "labels/indproja.gif";

}
function flip (imageID,objectName) {
if (version == "n3") {document.images[imageID].src = eval(objectName + 
".src");}
}
// endscript -->
