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/indhomer.gif";
indbanoff = new Image;
indbanoff.src = "labels/indban.gif";
indbanon = new Image;
indbanon.src = "labels/indbanr.gif";
indbramoff = new Image;
indbramoff.src = "labels/indbram.gif";
indbramon = new Image;
indbramon.src = "labels/indbramr.gif";
indfossoff = new Image;
indfossoff.src = "labels/indfoss.gif";
indfosson = new Image;
indfosson.src = "labels/indfossr.gif";
indholoff = new Image;
indholoff.src = "labels/indhol.gif";
indholon = new Image;
indholon.src = "labels/indholr.gif";
indaccomoff = new Image;
indaccomoff.src = "labels/indaccom.gif";
indaccomon = new Image;
indaccomon.src = "labels/indaccomr.gif";
indlocatoff = new Image;
indlocatoff.src = "labels/indlocat.gif";
indlocaton = new Image;
indlocaton.src = "labels/indlocatr.gif";
indbulloff = new Image;
indbulloff.src = "labels/indbull.gif";
indbullon = new Image;
indbullon.src = "labels/indbullr.gif";
indlinksoff = new Image;
indlinksoff.src = "labels/indlinks.gif";
indlinkson = new Image;
indlinkson.src = "labels/indlinksr.gif";
indcontoff = new Image;
indcontoff.src = "labels/indcont.gif";
indconton = new Image;
indconton.src = "labels/indcontr.gif";

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