// 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 = "conveyors/labels/indhomea.gif";
indhomeon = new Image;
indhomeon.src = "conveyors/labels/indhomer.gif";

indaboutoff = new Image;
indaboutoff.src = "conveyors/labels/indabouta.gif";
indabouton = new Image;
indabouton.src = "conveyors/labels/indaboutr.gif";

indgalleryoff = new Image;
indgalleryoff.src = "conveyors/labels/indgallerya.gif";
indgalleryon = new Image;
indgalleryon.src = "conveyors/labels/indgalleryr.gif";

indcontactoff = new Image;
indcontactoff.src = "conveyors/labels/indcontacta.gif";
indcontacton = new Image;
indcontacton.src = "conveyors/labels/indcontactr.gif";

indblankoff = new Image;
indblankoff.src = "labels/indblanka.gif";
indblankon = new Image;
indblankon.src = "labels/indblankr.gif";

}
function flip (imageID,objectName) {
if (version == "n3") {document.images[imageID].src = eval(objectName + 
".src");}
}
// endscript -->