
		image1 = new Image();
		image1.src = "/img/gornjica/1a_6.jpg";
		image2 = new Image();
		image2.src = "/img/gornjica/1a_8.jpg";
		image3 = new Image();
		image3.src = "/img/gornjica/1a_10.jpg";
		image4 = new Image();
		image4.src = "/img/gornjica/1a_12.jpg";
		image5 = new Image();
		image5.src = "/img/gornjica/1a_14.jpg";
		image6 = new Image();
		image6.src = "/img/gornjica/1a_16.jpg";
		image7 = new Image();
		image7.src = "/img/gornjica/1a_18.jpg";
		image8 = new Image();
		image8.src = "/img/gornjica/1a_20.jpg";
		
		image9 = new Image();
		image9.src = "/img/gornjica/1_6.jpg";
		image10 = new Image();
		image10.src = "/img/gornjica/1_8.jpg";
		image11 = new Image();
		image11.src = "/img/gornjica/1_10.jpg";
		image12 = new Image();
		image12.src = "/img/gornjica/1_12.jpg";
		image13 = new Image();
		image13.src = "/img/gornjica/1_14.jpg";
		image14 = new Image();
		image14.src = "/img/gornjica/1_16.jpg";
		image15 = new Image();
		image15.src = "/img/gornjica/1_18.jpg";
		image16 = new Image();
		image16.src = "/img/gornjica/1_20.jpg";
		


function mouseOver(broj){
	if(navigator.appName=="Microsoft Internet Explorer"){
		document.images["gu"+broj].src = "/img/gornjica/1a_" + broj + ".jpg";
	}else{
		document.images["gu"+broj].src = "/img/gornjica/1a_" + broj + ".jpg";
	}
}
function mouseOut(broj){
	var pozicija = document.body.id;
	if((navigator.appName=="Microsoft Internet Explorer") && (broj != pozicija)){
		document.images["gu"+broj].src = "/img/gornjica/1_" + broj + ".jpg";
	}else if(broj != pozicija){
		document.images["gu"+broj].src = "/img/gornjica/1_" + broj + ".jpg";
	}
}