<!--
function getOver(Img) {
	Img.src=Img.src.substring(0,Img.src.length-4)+"_K"+Img.src.substring(Img.src.length-4,Img.src.length);
}
	
function getOut(Img) {
	Img.src=Img.src.substring(0,Img.src.length-6)+Img.src.substring(Img.src.length-4,Img.src.length);
}

function fotka(_url,x,y) {
	url=_url;
	if (x==-1) { x = 100; y=100 }
	rozmery='width='+x+',height='+y+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=600';
		okno = window.open('FOTO.HTM','',rozmery);
}

// -->

