function opfoto(str, wdt, hgt) {
okno=window.open("","okno","toolbar=no left=30 top=30 width="+wdt+" height="+hgt+"")
okno.document.close()
okno.document.open()
okno.document.write("<html><head><title>Náhodní známi</title><script>onload=resizeTo("+wdt+","+hgt+")</script></head>")
okno.document.write("<body bgcolor=#000000 leftmargin=0 topmargin=0><img src=photo/"+str+" onclick=window.close()></body></html>")
okno.focus()
}

function count() {
window.open("ugi/ugi.html","","width=320 height=50")
}