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