AgentName = navigator.appName;
AgentVer = parseInt(navigator.appVersion);
if (AgentName == "Netscape" && AgentVer <= 2){
version = "n2";
}
else {
version = "x3";
}
if (version == "x3") {
Link1on = new Image;
Link1on.src = "images/linzon.jpg";
Link1off = new Image;
Link1off.src = "images/linzoff.jpg";

Link2on = new Image;
Link2on.src = "images/linzon.jpg";
Link2off = new Image;
Link2off.src = "images/linzoff.jpg";

Link3on = new Image;
Link3on.src = "images/linzon.jpg";
Link3off = new Image;
Link3off.src = "images/linzoff.jpg";

Link4on = new Image;
Link4on.src = "images/linzon.jpg";
Link4off = new Image;
Link4off.src = "images/linzoff.jpg";

Link5on = new Image;
Link5on.src = "images/linzon.jpg";
Link5off = new Image;
Link5off.src = "images/linzoff.jpg";

Link6on = new Image;
Link6on.src = "images/linzon.jpg";
Link6off = new Image;
Link6off.src = "images/linzoff.jpg";

Link7on = new Image;
Link7on.src = "images/linzon.jpg";
Link7off = new Image;
Link7off.src = "images/linzoff.jpg";

Link8on = new Image;
Link8on.src = "images/linzon.jpg";
Link8off = new Image;
Link8off.src = "images/linzoff.jpg";

Link9on = new Image;
Link9on.src = "images/linzon.jpg";
Link9off = new Image;
Link9off.src = "images/linzoff.jpg";
}

function mouse_on(objekt) {
if (version == "x3") {
imgOn = eval(objekt + "on.src");
document[objekt].src = imgOn;
}
}

function mouse_off(objekt) {
if (version == "x3") {
imgOff = eval(objekt + "off.src");
document[objekt].src = imgOff;
}
}
