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