<!--
function ViewImage(ifoto, ix, iy, ititle, ilang)
	{ 
	window.open('/foto/?foto='+ifoto+'&title='+ititle+'&lang='+ilang, 'foto', 'left=10, top=10, width='+ix+', height='+iy+', toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0')
	}
	
function panel(id,img,popis) {
 var panel = document.getElementById(id);
 var pop = document.getElementById("popis"+id);
 var img_src = "/gfx/" + img;
 panel.src = img_src;
 pop.innerHTML = popis;
}
-->

