/*Kontaktfelder*/
function regInputFocus(input){
	input.style.background='#ffffff'; input.style.color='#666666';
}
function regInputBlur(input){
	input.style.backgroundColor='#ffffff'; input.style.color='#666666';
}
	function Nutzungs()
  {
	
		window.open("download/Nutzungsbedingungen.html","wpr_nutzung", "width=720,height=400,top=50,left=50,scrollbars=yes,resizable=yes");

  }