function PopupPic(sPicURL) {
	window.open("http://www.vipava1894.si/template/system/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() { 
	window.open(window.location.pathname+"/print", "_new", "status=no, scrollbars=yes, menubar=no, height=550, width=480"); 
} 

function PopupPrint2(show,cid,option,lang) { 
	window.open("http://nomad.editor.si/agroind.si/index.php?&lang="+lang+"&show="+show+"&action=print&cid="+cid+"&option="+option, "_new", "status=no, scrollbars=yes, menubar=no, height=550, width=750"); 
}


function PopupPano(pano) {
	window.open(pano, "_new","status=no, scrollbars=yes, menubar=no, height=416, width=600");
}

function bookmarksite(title, url){
	if (document.all)
		window.external.AddFavorite(url, title);
	else if (window.sidebar)
		window.sidebar.addPanel(title, url, "")
}
