function mailschutz(name){
	window.open("mailto:"+name+"@"+"windmuellers-land.de");
	}
