function nahled(image, x, y, text)
 {
 var okno=window.open('','okno','toolbar=no,location=no,status=no,scrollbar=no,width='+x+',height='+y+',resizable=yes,scrollbars=no');
okno.document.writeln('\
<html><head></head><body topmargin="0" leftmargin="0">\
<p><a href="javascript: window.close() ; "><img id="obr" border="0" src="/foto/'+image+'" ></a>\
<div style="margin-left: 20px;">'+text+'</div>\
</p>\
</body></html>');

okno.document.close();
okno.focus();
}

function correctIE7()
{
if(ie7) {

var elem = document.getElementById("rozky-velke-spodni");
elem.style.width = "610px";
elem.style.background = "url(../img/rozky-spod-velky-ie7.gif) no-repeat";

var elem = document.getElementById("leva");
elem.style.width = "610px";
	} // END IF
}

