// index flip
<!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
       
if (browserVer >= 3) version = "n3";
else version = "n2";               
if (version == "n3") {

indstartoff = new Image;
indstartoff.src = "buttons/bbuttonstarta.gif";
indstarton = new Image;
indstarton.src = "buttons/bbuttonstartb.gif";

indcathoff = new Image;
indcathoff.src = "buttons/bbuttoncatha.gif";
indcathon = new Image;
indcathon.src = "buttons/bbuttoncathb.gif";

indcitycoff = new Image;
indcitycoff.src = "buttons/bbuttoncityca.gif";
indcitycon = new Image;
indcitycon.src = "buttons/bbuttoncitycb.gif";

indcityc2off = new Image;
indcityc2off.src = "buttons/bbuttoncityc2a.gif";
indcityc2on = new Image;
indcityc2on.src = "buttons/bbuttoncityc2b.gif";

indparkoff = new Image;
indparkoff.src = "buttons/bbuttonparka.gif";
indparkon = new Image;
indparkon.src = "buttons/bbuttonparkb.gif";

indcontoff = new Image;
indcontoff.src = "buttons/bbuttonconta.gif";
indconton = new Image;
indconton.src = "buttons/bbuttoncontb.gif";

indhauntoff = new Image;
indhauntoff.src = "buttons/bbuttonhiddena.gif";
indhaunton = new Image;
indhaunton.src = "buttons/bbuttonhiddenb.gif";

indchchsoff = new Image;
indchchsoff.src = "buttons/bbuttonchchsa.gif";
indchchson = new Image;
indchchson.src = "buttons/bbuttonchchsb.gif";

indroundoff = new Image;
indroundoff.src = "buttons/bbuttonrounda.gif";
indroundon = new Image;
indroundon.src = "buttons/bbuttonroundb.gif";

indeventsoff = new Image;
indeventsoff.src = "buttons/bbuttoneventsa.gif";
indeventson = new Image;
indeventson.src = "buttons/bbuttoneventsb.gif";

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