<!--
	function popup(url) 
	{
		params  = 'width='+screen.width;
		params += ', height='+screen.height;
		params += ', top=0, left=0'
		params += ', fullscreen=yes';
		
		params += ', url=false';
		
		newwin=window.open(url,'windowname4', params);
		if (window.focus) 
		{
			newwin.focus()
		}
		// return false;
	}

	var address = "estet.si";
	function protectmail(name,linkName) {
		document.write('<a class="footerTxt" href=mailto:' + name + '@' + address + '>' + linkName + '</a>');
	}





// -->
