function otevri_okno(obrazek)
{
	var win=window.open("","nazev","width=680,height=550,menubar=no,toolbar=no");
	win.document.write("<html>");
	win.document.write("<body bgcolor='#666666'><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()'>zavřít okno</a></td></tr></table>");
	win.document.write("</body></html>");
}

