function PopupPic(sPicURL) {
//window.open("http://www.pipistrel.si/template/system/sys_image.php?"+sPicURL, "","resizable=0,scrollbars=yes,menubar=no,HEIGHT=500,WIDTH=500");
window.open("http://www.pipistrel.si/photo/"+sPicURL, "","resizable=0,scrollbars=yes,menubar=no,location=no,height=600,width=800");
}

function PopupPicShop(sPicURL) {
window.open(path+"/image/"+sPicURL, "","resizable=0,scrollbars=yes,menubar=no");
}

function PopupCredits(page) {
window.open("http://www.mojportal.net/eng/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"); 
}