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

homeoff = new Image;
homeoff.src = "images/homectab.gif";
homeon = new Image;
homeon.src = "images/homectabr.gif";

cafeoff = new Image;
cafeoff.src = "images/cafectab.gif";
cafeon = new Image;
cafeon.src = "images/cafectabr.gif";

touroff = new Image;
touroff.src = "images/tourctab.gif";
touron = new Image;
touron.src = "images/tourctabr.gif";

contactoff = new Image;
contactoff.src = "images/contactctab.gif";
contacton = new Image;
contacton.src = "images/contactctabr.gif";

findoff = new Image;
findoff.src = "images/findctab.gif";
findon = new Image;
findon.src = "images/findctabr.gif";

offeroff = new Image;
offeroff.src = "images/offerctab.gif";
offeron = new Image;
offeron.src = "images/offerctabr.gif";

senseoff = new Image;
senseoff.src = "images/sensectab.gif";
senseon = new Image;
senseon.src = "images/sensectabr.gif";

competitionoff = new Image;
competitionoff.src = "images/competitionctab.gif";
competitionon = new Image;
competitionon.src = "images/competitionctabr.gif";

infooff = new Image;
infooff.src = "images/infoctab.gif";
infoon = new Image;
infoon.src = "images/infoctabr.gif";

actsoff = new Image;
actsoff.src = "images/actsctab.gif";
actson = new Image;
actson.src = "images/actsctabr.gif";

toddleroff = new Image;
toddleroff.src = "images/toddlerctab.gif";
toddleron = new Image;
toddleron.src = "images/toddlerctabr.gif";

partyoff = new Image;
partyoff.src = "images/partyctab.gif";
partyon = new Image;
partyon.src = "images/partyctabr.gif";

groupoff = new Image;
groupoff.src = "images/groupctab.gif";
groupon = new Image;
groupon.src = "images/groupctabr.gif";

galleryoff = new Image;
galleryoff.src = "images/galleryctab.gif";
galleryon = new Image;
galleryon.src = "images/galleryctabr.gif";

holsoff = new Image;
holsoff.src = "images/holsctab.gif";
holson = new Image;
holson.src = "images/holsctabr.gif";

vacantoff = new Image;
vacantoff.src = "images/vacantctab.gif";
vacanton = new Image;
vacanton.src = "images/vacantctabr.gif";


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