function img_popup(FILE,width,height) {
	var popw = width + 4;
	var poph = height + 4;
	CONTENT =
	'<html><head>' +
	'<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">' +
	'<title></title><style>img {cursor:pointer; cursor:hand;}</style></head><body marginheight="2" marginwidth="2" leftmargin="2" topmargin="2"><div align="center">' +
	'<img onClick="window.close()" src="' + FILE + '" border="0" width="' + width + '" height="' + height + '">' +
	'</div></body></html>';
	pop = window.open("","",'height='+ poph +',width='+ popw +',screenX=100,screenY=180,left=180,top=100');
	pop.document.open();
	pop.focus();
	pop.document.write(CONTENT);
	pop.document.close();
}

function img_lokacija() {
	var file = 'lokacija_popup.html'
	w=window.open(file,"popup",'toolbar=no,width=462,height=362,resizable=no,scrollbars=no,directories=no,status=no,menubar=no,location=no,screenX=100,screenY=180,left=180,top=100');
	w.creator = self;
}

function zdravo_z_naravo() {
	var file = 'zdravoznaravo_popup.html'
	w=window.open(file,"popup",'toolbar=no,width=272,height=160,resizable=no,scrollbars=no,directories=no,status=no,menubar=no,location=no,screenX=220,screenY=200,left=200,top=220');
	w.creator = self;
}

smer_vse =new Image();  smer_vse.src= "images/zemljevid/smer_vse.gif";
smer_avstrija =new Image();  smer_avstrija.src= "images/zemljevid/smer_avstrija.gif";
smer_ljubljana =new Image();  smer_ljubljana.src= "images/zemljevid/smer_ljubljana.gif";
smer_madzarska =new Image();  smer_madzarska.src= "images/zemljevid/smer_madzarska.gif";
smer_zagreb =new Image();  smer_zagreb.src= "images/zemljevid/smer_zagreb.gif";

gumb_avstrija_01	=new Image();  gumb_avstrija_01.src= "images/zemljevid/gumb/gumb_02.gif";
gumb_avstrija_02	=new Image();  gumb_avstrija_02.src= "images/zemljevid/gumb/gumb_up_02.gif";
gumb_ljubljana_01	=new Image();  gumb_ljubljana_01.src= "images/zemljevid/gumb/gumb_01.gif";
gumb_ljubljana_02	=new Image();  gumb_ljubljana_02.src= "images/zemljevid/gumb/gumb_up_01.gif"; 
gumb_madzarska_01	=new Image();  gumb_madzarska_01.src= "images/zemljevid/gumb/gumb_04.gif";
gumb_madzarska_02	=new Image();  gumb_madzarska_02.src= "images/zemljevid/gumb/gumb_up_04.gif"; 
gumb_zagreb_01	=new Image();  gumb_zagreb_01.src= "images/zemljevid/gumb/gumb_03.gif";
gumb_zagreb_02	=new Image();  gumb_zagreb_02.src= "images/zemljevid/gumb/gumb_up_03.gif";


function Map(elm,img) {
	document.getElementById(elm).src = img.src;
}

