<!--
function ChHcz(f) {
if(f.w.value=='hledat') f.w.value='';
if(f.w.value.length<3){alert('Zadejte prosím alespoň 3 znaky.');f.w.focus();return false;}
}

function ChHen(f) {
if(f.w.value=='Search') f.w.value='';
if(f.w.value.length<3){alert('Please enter at least 3 characters.');f.w.focus();return false;}
}

function ViewImage(ifoto, ix, iy, ititle, ilang)
	{
	ix=ix+30;
	iy=iy+70;
	window.open('/foto.php?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')
	}
// -->
