function lade(was) {
	document.ausgabe.wohin.value=was;
	document.ausgabe.submit();
}

