function BlurLinks(){
	lnks=document.getElementsByTagName('a');
	for(i=0;i<lnks.length;i++){
	lnks[i].onfocus=new Function("if(this.blur)this.blur()");
	}
}

function contact() {
window.open('../contact/index.php?lang=de','mailto','width=500,height=480,scrollbars=no,resizable=no');
}

jQuery(function( $ ){
	$.localScroll.hash({
		target: 'body', 
		queue:true,
		duration:1000
	});

	$.localScroll({
		target: 'body', 
		queue:true,
		duration:1000,
		hash:true,
		onBefore:function( e, anchor, $target ){
		},
		onAfter:function( anchor, settings ){
		}
	});
});

