function otvori(prozor) {
otvorenprozor = open(prozor,"prozorce","scrollbars=yes,width=246,height=400,top=0,left=0");
otvorenprozor.focus();
}