function otvori(stranica,id) {
fineline=eval("window.open('"+stranica+"','"+id+"','toolbar=0,scrollbars=1,location=0,status=0,menubars=0,resizable=0,width=495,height=410')")
width=(screen.width/2)-210
height=(screen.height/2)-190
fineline.window.moveTo(width,height)
fineline.creator=self
}
function otvori_slika(link,ime,h,w) {
var prozor = window.open('slike/up/'+link, "FOTO"+ime, 'height='+h+', width='+w+', scrollbars=no, resizable=no, status=yes,toolbar=no,menubar=no,location=no');
prozor.focus();
}
