
function foto_catalogue(id, width, height, ext)
	{
		window.open("./util/foto_page_catalogue.php?&id="+id, "izdelek", "width="+width+" height="+height)
	}

function foto(id, width, height, ext)
	{
		window.open("./util/foto_page.php?id="+id, "_blank", "width =" +width +",height =" +height +",location=no,menubar=no,directories=no,toolbar=no,scrollbars=no,resizable=no,status=no");
	}

//FUNKCIJA ZA ODKODIRAT MAIL
function Mdec(ensl,nam) {
	a="pdlowr="+ensl; 
	s="";
		for(i=0; i<a.length; i++) {
				n=a.charCodeAt(i)-3;
				s+=String.fromCharCode(n);
		}
	a=s;
	mlto=a.substring(0,7);
	nslv=a.substring(7,50);
	if (nam == '') { document.write("<a href="+mlto+nslv+">"+nslv+"</a>") }
	else { document.write("<a href="+mlto+nslv+">"+nam+"</a>") }
}
