function TextWechsel(NeuerText) {
	var text1 = document.getElementById("modell");
	text1.firstChild.nodeValue = NeuerText;
}
