function foto(a) {
obraz=window.open("", "",  "toolbar=no; resizable=no; location=no; menubar=no; status=no; directories=no; width=700; height=680;", ""); 
obraz.document.write ("<html><head><title>.PiPi.</title>")
obraz.document.write ("<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-2'>")
obraz.document.write ("<link rel='stylesheet' href='pipi.css' type='text/css'></head><center>")
obraz.document.write ("<body bgcolor='#000000' topmargin=0 leftmargin=0>")
obraz.document.write ("<table width=100% height=100% border=0><tr><td>")
obraz.document.write ("</td></tr>")
obraz.document.write ("<tr><td valign=middle><center><a href='javascript:window.close()'><img src='"+a+"' class=fotobrdr alt='Zavøít'></a></center></td></tr>")
obraz.document.write ("<tr><td>")
obraz.document.write ("</td></tr></table></center></body></html>")
}