AgentName = navigator.appName;
AgentVer = parseInt(navigator.appVersion);
if (AgentName == "Netscape" && AgentVer <= 2){
version = "n2";
}
else {
version = "x3";
}
if (version == "x3") {

IMAGE1on = new Image;
IMAGE1on.src = "images/top/eib1.gif";
IMAGE1off = new Image;
IMAGE1off.src = "images/top/eib.gif";

IMAGE2on = new Image;
IMAGE2on.src = "images/top/johnson1.gif";
IMAGE2off = new Image;
IMAGE2off.src = "images/top/johnson.gif";

IMAGE3on = new Image;
IMAGE3on.src = "images/top/vaistravu1.gif";
IMAGE3off = new Image;
IMAGE3off.src = "images/top/vaistravu.gif";

}

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;
}
}

function opnWin1(){
	ops="width=355 height=296 top=50 left=50 status=yes menubar=0  scrollbars=no location=0";
	foto = open("images/randompic/1.htm","a",ops);
	}
function opnWin2(){
	ops="width=371 height=420 top=50 left=50 status=yes menubar=0  scrollbars=no location=0";
	foto = open("images/sobitija/battle.gif","a",ops);
	}