function otvori2(stranica,id) {
fineline=eval("window.open('"+stranica+"','"+id+"','toolbar=0,scrollbars=1,location=0,status=0,menubars=0,resizable=0,width=470,height=450')")
width=(screen.width/2)-290
height=(screen.height/2)-210
fineline.window.moveTo(width,height)
fineline.creator=self
}