function BlurLinks(){
	lnks=document.getElementsByTagName('a');
	for(i=0;i<lnks.length;i++){
	lnks[i].onfocus=new Function("if(this.blur)this.blur()");
	}
}

// map as popUp
function openMap() {
mapLink = "http://maps.google.ch/maps?f=q&source=s_q&hl=de&geocode=&q=Seefeldstrasse+27,+8008+Z%C3%BCrich&sll=47.36355,8.549647&sspn=0.01045,0.019119&g=seefeldstrasse+27,+8008+z%C3%BCrich&ie=UTF8&hq=&hnear=Seefeldstrasse+27,+Kreis+8+8008+Z%C3%BCrich&ll=47.363551,8.549659&spn=0.01045,0.027294&z=16";
gWindow = window.open(mapLink,'googleMap','width=900,height=650,scrollbars=yes,resizable=yes');
gWindow.focus();
}


// scrollTo
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 ){
		}
	});
});

// availibilities http://www.furnished-apartments.ch/
function openHomegate() {
hgWindow = window.open('http://www.homegate.ch/homegate/objectlist?agency=x156&incsubs=1&type=mm&lan=e','homegateAps','width=640,height=500,scrollbars=yes,resizable=yes');
hgWindow.focus();
}

// client login
function clientLogin() {
clWindow = window.open('http://www.zurich-relocation.ch/clients/login.php','cLogin','width=640,height=500,scrollbars=yes,resizable=yes');
clWindow.focus();
}


// helpline form
function helplineForm() {
hlfWindow = window.open('http://www.zurich-relocation.ch/content/feedback.html','hlForm','width=640,height=500,scrollbars=yes,resizable=yes');
hlfWindow.focus();
}


// client login
function temphousingForm() {
thfWindow = window.open('http://www.zurich-relocation.ch/content/temporary_housing_form.html','thForm','width=640,height=500,scrollbars=yes,resizable=yes');
thfWindow.focus();
}









