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

indteamoff = new Image;
indteamoff.src = "carshaw/labels/indteama.gif";
indteamon = new Image;
indteamon.src = "carshaw/labels/indteamr.gif";

indleadoff = new Image;
indleadoff.src = "carshaw/labels/indleada.gif";
indleadon = new Image;
indleadon.src = "carshaw/labels/indleadr.gif";

indproboff = new Image;
indproboff.src = "carshaw/labels/indproba.gif";
indprobon = new Image;
indprobon.src = "carshaw/labels/indprobr.gif";

indmanagoff = new Image;
indmanagoff.src = "carshaw/labels/indmanaga.gif";
indmanagon = new Image;
indmanagon.src = "carshaw/labels/indmanagr.gif";

indcustoff = new Image;
indcustoff.src = "carshaw/labels/indcusta.gif";
indcuston = new Image;
indcuston.src = "carshaw/labels/indcustr.gif";

indeffectoff = new Image;
indeffectoff.src = "carshaw/labels/indeffecta.gif";
indeffecton = new Image;
indeffecton.src = "carshaw/labels/indeffectr.gif";

indselloff = new Image;
indselloff.src = "carshaw/labels/indsella.gif";
indsellon = new Image;
indsellon.src = "carshaw/labels/indsellr.gif";

indsoftoff = new Image;
indsoftoff.src = "carshaw/labels/indsofta.gif";
indsofton = new Image;
indsofton.src = "carshaw/labels/indsoftr.gif";

indsurvoff = new Image;
indsurvoff.src = "carshaw/labels/indsurva.gif";
indsurvon = new Image;
indsurvon.src = "carshaw/labels/indsurvr.gif";

indprojoff = new Image;
indprojoff.src = "carshaw/labels/indproja.gif";
indprojon = new Image;
indprojon.src = "carshaw/labels/indprojr.gif";

indtestoff = new Image;
indtestoff.src = "carshaw/labels/indtesta.gif";
indteston = new Image;
indteston.src = "carshaw/labels/indtestr.gif";

indtleadoff = new Image;
indtleadoff.src = "carshaw/labels/indtleada.gif";
indtleadon = new Image;
indtleadon.src = "carshaw/labels/indtleadr.gif";

indfreeoff = new Image;
indfreeoff.src = "carshaw/labels/indfreea.gif";
indfreeon = new Image;
indfreeon.src = "carshaw/labels/indfreer.gif";

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

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

indcaseoff = new Image;
indcaseoff.src = "carshaw/labels/indcasea.gif";
indcaseon = new Image;
indcaseon.src = "carshaw/labels/indcaser.gif";

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