function otevriokno(nadpis,cesta) {
	nahled=window.open("","nahled","left=350, top=180, width=640, height=512, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no");
	nahled.document.open();
	nahled.document.write("<html>\n<head>\n<title>"+nadpis+"</title>\n</head>\n<body topmargin=\"0\" bottommargin=\"0\" rightmargin=\"0\" leftmargin=\"0\" onblur=\"self.close()\">\n<img src=\""+cesta+"\" alt=\""+nadpis+"\" width=\"640\" height=\"512\" border=\"0\" onclick=\"self.window.close();\" onmouseout=\"self.window.close();\">\n</body>\n</html>");
	nahled.document.close();
	nahled.focus();
}
function otevriokno2(nadpis,cesta) {
	nahled=window.open("","nahled","left=350, top=180, width=376, height=500, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no");
	nahled.document.open();
	nahled.document.write("<html>\n<head>\n<title>"+nadpis+"</title>\n</head>\n<body topmargin=\"0\" bottommargin=\"0\" rightmargin=\"0\" leftmargin=\"0\" onblur=\"self.close()\">\n<img src=\""+cesta+"\" alt=\""+nadpis+"\" width=\"376\" height=\"500\" border=\"0\" onclick=\"self.window.close();\" onmouseout=\"self.window.close();\">\n</body>\n</html>");
	nahled.document.close();
	nahled.focus();
}
