function otevri(foto)
{
window.open(foto, "FOTO", "resizable=yes,scrollbars=yes,width=820,height=620");
return false;
}
