function otvorimap(stranica,id) {

fineline=eval("window.open('"+stranica+"','"+id+"','toolbar=0,scrollbars=0,location=0,status=0,menubars=0,resizable=0,width=472,height=482')")

width=(screen.width/2)-290

height=(screen.height/2)-240

fineline.window.moveTo(width,height)

fineline.creator=self

}