function otevri_okno(obrazek)
{
	var win=window.open("","nazev","width=800,height=600,menubar=no,toolbar=no");
	win.document.write("<html>");
	win.document.write("<body bgcolor='#252525'><head><meta http-equiv='content-type' content='text/html; charset=windows-1250' /><link rel='stylesheet' type='text/css' href='css.css'></head>");
	win.document.write("<table width='100%' height='100%'><tr><td valign='middle' align='center'><a href='javascript:window.close()'><img src='"+obrazek+"' border='0' alt='kliknutím na obrázek zavřete okno' /></a><br><br><cener><a href='javascript:window.close()'><font color='#FFFFFF'>zavřít okno</font></a></td></tr></table>");
	win.document.write("</body></html>");
}

function otevri_mapa(obrazek)
{
	var win=window.open("","nazev","width=705,height=625,menubar=no,toolbar=no,scrollbars=no,resizable=no,location=no,directories=no,left=0,top=0");
	win.document.write("<html>");
	win.document.write("<body bgcolor='#252525'><head><meta http-equiv='content-type' content='text/html; charset=windows-1250' /><link rel='stylesheet' type='text/css' href='css.css'></head>");
	win.document.write("<table width='100%' height='100%'><tr><td valign='middle' align='center'><a href='javascript:window.close()'><img src='"+obrazek+"' border='0' alt='kliknutím na obrázek zavřete okno' /></a><br><br><cener><a href='javascript:window.close()'><font color='#FFFFFF'>zavřít okno</font></a></td></tr></table>");
	win.document.write("</body></html>");
}