var AgentName = navigator.appName;
var AgentVer = parseInt(navigator.appVersion);
var version
if (AgentName == "Netscape" && AgentVer <= 2){
version = "n2";
}
else {
version = "x3";
}
if (version == "x3") {


IMG1on = new Image;
IMG1on.src = "icons/hotel_c.jpg";

IMG1off = new Image;
IMG1off.src = "icons/hotel_g.jpg";

IMG1b = new Image;
IMG1b.src = "parts/complexes.jpg";

IMG2on = new Image;
IMG2on.src = "icons/auqva_c.jpg";
IMG2off = new Image;
IMG2off.src = "icons/auqva_g.jpg";
IMG2b = new Image;
IMG2b.src = "parts/aquapark.jpg";


IMG3on = new Image;
IMG3on.src = "icons/chapel_c.jpg";
IMG3off = new Image;
IMG3off.src = "icons/chapel_g.jpg";
IMG3b = new Image;
IMG3b.src = "parts/religious.jpg";


IMG4on = new Image;
IMG4on.src = "icons/hawaii_c.jpg";
IMG4off = new Image;
IMG4off.src = "icons/hawaii_g.jpg";
IMG4b = new Image;
IMG4b.src = "parts/hawaii.jpg";


IMG5on = new Image;
IMG5on.src = "icons/interior_c.jpg";
IMG5off = new Image;
IMG5off.src = "icons/interior_g.jpg";
IMG5b = new Image;
IMG5b.src = "parts/interiors.jpg";


IMG6on = new Image;
IMG6on.src = "icons/housing_c.jpg";
IMG6off = new Image;
IMG6off.src = "icons/housing_g.jpg";
IMG6b = new Image;
IMG6b.src = "parts/housing.jpg";


IMG7on = new Image;
IMG7on.src = "icons/engineering_c.jpg";
IMG7off = new Image;
IMG7off.src = "icons/engineering_g.jpg";
IMG7b = new Image;
IMG7b.src = "parts/hotels.jpg";


IMG8on = new Image;
IMG8on.src = "icons/recr_c.jpg";
IMG8off = new Image;
IMG8off.src = "icons/recr_g.jpg";
IMG8b = new Image;
IMG8b.src = "parts/renovations.jpg";




IMG9on = new Image;
IMG9on.src = "icons/concept_c.jpg";
IMG9off = new Image;
IMG9off.src = "icons/concept_g.jpg";
IMG9b = new Image;
IMG9b.src = "parts/concepts.jpg";

IMG0b = new Image;
IMG0b.src = "parts/bottom_right.jpg";

}

function mouse_on(objekt) {
if (version == "x3") {
imgOn = eval(objekt + "on.src");
document[objekt].src = imgOn;
imgOn1 = eval(objekt + "b.src");
document['IMG10'].src=imgOn1
}
}

function mouse_off(objekt) {
if (version == "x3") {
imgOff = eval(objekt + "off.src");
document[objekt].src = imgOff;
document['IMG10'].src=IMG0b.src

}
}
