// 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";

indgenoff = new Image;
indgenoff.src = "labels/indgen.gif";
indgenon = new Image;
indgenon.src = "labels/indgena.gif";

indprogoff = new Image;
indprogoff.src = "labels/indprog.gif";
indprogon = new Image;
indprogon.src = "labels/indproga.gif";

indcontoff = new Image;
indcontoff.src = "labels/indcont.gif";
indconton = new Image;
indconton.src = "labels/indconta.gif";

indaimsoff = new Image;
indaimsoff.src = "labels/indaims.gif";
indaimson = new Image;
indaimson.src = "labels/indaimsa.gif";

indmemboff = new Image;
indmemboff.src = "labels/indmemb.gif";
indmembon = new Image;
indmembon.src = "labels/indmemba.gif";

indpapsoff = new Image;
indpapsoff.src = "labels/indpaps.gif";
indpapson = new Image;
indpapson.src = "labels/indpapsa.gif";

indlinkoff = new Image;
indlinkoff.src = "labels/indlink.gif";
indlinkon = new Image;
indlinkon.src = "labels/indlinka.gif";

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