// index flip
<!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
       
if (browserVer >= 3) version = "n3";
else version = "n2";               
if (version == "n3") {

indhomoff = new Image;
indhomoff.src = "labels/indhoma.gif";
indhomon = new Image;
indhomon.src = "labels/indhomb.gif";

indvitoff = new Image;
indvitoff.src = "labels/indvita.gif";
indviton = new Image;
indviton.src = "labels/indvitb.gif";

indminoff = new Image;
indminoff.src = "labels/indmina.gif";
indminon = new Image;
indminon.src = "labels/indminb.gif";

indoxydoff = new Image;
indoxydoff.src = "labels/indoxyda.gif";
indoxydon = new Image;
indoxydon.src = "labels/indoxydb.gif";

indcircoff = new Image;
indcircoff.src = "labels/indcirca.gif";
indcircon = new Image;
indcircon.src = "labels/indcircb.gif";

inddigoff = new Image;
inddigoff.src = "labels/inddiga.gif";
inddigon = new Image;
inddigon.src = "labels/inddigb.gif";

indjntsoff = new Image;
indjntsoff.src = "labels/indjntsa.gif";
indjntson = new Image;
indjntson.src = "labels/indjntsb.gif";

indwgtoff = new Image;
indwgtoff.src = "labels/indwgta.gif";
indwgton = new Image;
indwgton.src = "labels/indwgtb.gif";

indarooff = new Image;
indarooff.src = "labels/indaroa.gif";
indaroon = new Image;
indaroon.src = "labels/indarob.gif";

indspecoff = new Image;
indspecoff.src = "labels/indspeca.gif";
indspecon = new Image;
indspecon.src = "labels/indspecb.gif";

indwelloff = new Image;
indwelloff.src = "labels/indwella.gif";
indwellon = new Image;
indwellon.src = "labels/indwellb.gif";

indherboff = new Image;
indherboff.src = "labels/indherba.gif";
indherbon = new Image;
indherbon.src = "labels/indherbb.gif";

indpsrchoff = new Image;
indpsrchoff.src = "labels/indpsrcha.gif";
indpsrchon = new Image;
indpsrchon.src = "labels/indpsrchb.gif";

}
function flip (imageID,objectName) {
if (version == "n3") {document.images[imageID].src = eval(objectName + 
".src");}
}
// endscript -->