function PopupPic(sPicURL1,sPicURL2) {
window.open("http://www.sonus.si/template/sys_image.php?pic1="+sPicURL1+"&pic2="+sPicURL2,"","resizable=1,scrollbars=yes,menubar=no,HEIGHT=200,WIDTH=200");
}
 
function creditsPopup(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() { 
window.open(window.location.pathname+"/print", "_new", "status=no, scrollbars=yes, menubar=no, height=550, width=480"); 
}
