function obr(a,b) {
obraz=window.open("", "",  "toolbar=no; resizable=no; location=no; menubar=no; status=no; directories=no; width=600; height=570;", ""); 
obraz.document.write ("<html><head><title>Festival 3+1 Letovice</title>")
obraz.document.write ("<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-2'>")
obraz.document.write ("<link rel='stylesheet' href='festival.css' type='text/css'></head><center>")
obraz.document.write ("<body bgcolor='#ffdd53' topmargin=0 leftmargin=0>")
obraz.document.write ("<table width=100% height=100% border=0>")
obraz.document.write ("<tr><td valign=middle class=text-foto><center><a href='javascript:window.close()'><img src='fotoalbum/"+a+"' class=fotobrdr></a><br><br>"+b+"</center></td></tr>")
obraz.document.write ("<tr><td>")
obraz.document.write ("</td></tr></table></center></body></html>")
}