function PopupPic(sPicURL) {
window.open("http://www.harveynorman.si/template/system/sys_image.php?"+sPicURL, "","resizable=1,HEIGHT=200,WIDTH=200");
} 

function popCatalog(url) {
window.open(url, "","resizable=1,HEIGHT=600,WIDTH=1024");
} 

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() { 
	window.open(window.location.pathname+"/print", "_new", "status=no, scrollbars=yes, menubar=no, height=550, width=820"); 
}
 
function Popup(cid) { 
	window.open("template/Default.php?cid="+cid, "_new", "status=no, scrollbars=yes, menubar=no, height=600, width=800"); 
}

function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}
