

function otevriokno() {
eforms = window.open("","window",'toolbar=0,location=0,scrollbars=yes,width=900,height=820,resizable=1,left=10,top=10');
eforms.focus()
}

function otevrioknofoto() {
eforms = window.open("","window",'toolbar=0,location=0,scrollbars=yes,width=900,height=820,resizable=1,left=10,top=1');
eforms.focus()
}

