function ChangeValue()
{	
auswahl = document.Eingabeformular.Niederlassung.value;
document.Eingabeformular.EMAILSUBJECT.value = 'Kontaktformular ' +auswahl; 
}