function PopupPic(sPicURL) {
window.open("http://www.fotopavsic.com/template/sys_image.php?"+sPicURL, "","resizable=1,HEIGHT=200,WIDTH=200");
} 

function PopupCredits(page) {
window.open("http://www.mojportal.net/slo/credits/"+page,"Credits","menubar=no, status=no, scrollbars=no, menubar=no, width=280, height=350");
}

function PopupPrint(url) {
window.open(url+"print", "_new", "status=no, scrollbars=yes, menubar=no, height=550, width=480");
} 
