//Javascript (c) Copyright ESMEDIA a.s.

function ukaz_banner(id1) 
{
	document.getElementById(id1).style.display = "none";
}

function nahledfoto(aaa) {
	prewiev2 = window.open('foto/obrazek.asp?obrazek='+aaa,'nahledy','toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no,width=200,height=100,left=10,top=10');
	prewiev2.window.focus();
}
function nahledfoto2(aaa) {
	prewiev2 = window.open('dvd/obrazek.asp?obrazek='+aaa,'nahledy','toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no,width=200,height=100,left=10,top=10');
	prewiev2.window.focus();
}
