<!-- 	
	function odpri(img){
			var imglength = img.length;
			var nw = window.open("hires.htm?image="+img+"?length="+imglength,"hires",["width=800,height=800,scrollbars=yes"]);
			nw.moveTo(((screen.width/2)-400),((screen.height/2)-400))
			nw.focus();
	}		
	function movepic(img_name,img_src) {
		document[img_name].src=img_src;
	}	
//-->		