function ope(adres,w,h) {
Okno=window.open(adres, 'okno', 'menubar=no, toolbar=no, location=no, scrollbars=yes, resizable=no, status=no, width='+w+', height='+h+', left=30, top=30')
Okno.focus()
}

