function DoEmpty(params) {
	
	if (confirm("Möchten Sie wirklich endgültig löschen?")) {
		
		window.location.href = params;
		
	}
	
}

function openfns(url) {
	
	parent.open(url,"","width=650,height=600,menubar=no,locationbar=no,status=no,scrollbars=yes,resizable=yes");
	
}

function anfragen_plz() {
	
  document.FORM.anfragen_plz0.checked = true;
  document.FORM.anfragen_plz1.checked = true;
  document.FORM.anfragen_plz2.checked = true;
  document.FORM.anfragen_plz3.checked = true;
  document.FORM.anfragen_plz4.checked = true;
  document.FORM.anfragen_plz5.checked = true;
  document.FORM.anfragen_plz6.checked = true;
  document.FORM.anfragen_plz7.checked = true;
  document.FORM.anfragen_plz8.checked = true;
  document.FORM.anfragen_plz9.checked = true;
  
}

function mcode(name, domain, display) {
	
	displayed=(typeof(display)=="undefined") ? name+"@"+domain : display;
	document.write('<a href=mailto:' + name + '@' + domain + '>' + displayed + '</a>');
	
}

function magick() {
	
	window.document.forms[0].code.value = "9876";
	
}
