
function unblur() {
	this.blur();
} 
function blurLinks() {
	if (!document.getElementById) return;
	theLinks = document.getElementsByTagName("A");
	theAreas = document.getElementsByTagName("AREA");
	for(i=0; i<theLinks.length; i++) {theLinks[i].onfocus = unblur;}
	for(i=0; i<theAreas.length; i++) {theAreas[i].onfocus = unblur;}
  } 

    $(document).ready(function() { 
		
			$('.clickme').click(function(){
			$('html, body').animate({scrollTop:0}, 'slow');
				});
		
$('ul.sf-menu').superfish({ 
delay:       300,
animation:   {opacity:'show',height:'show'}, 
speed:       'fast' 

}); 			
		
    }); 
	
	
	

function eMails($a, $b, $c) {
var static=String.fromCharCode(109,97,105,108,116,111,58);
document.write("<a href=\"");
document.write(static);
document.write($a);
document.write(String.fromCharCode(64));
document.write($b);
document.write("\">");
document.write($c);
document.write("</a>");
	
}
