function openFoto() {
okno = window.open("","foto",'menubar=0,toolbar=0,location=0,scrollbars=0,width=120,height=120,resizable=0,top=50,left=50');
okno.focus();
}
