function FocusMe(){
document.kontakt.Firma.focus();
}

function change(id,klasse) {
document.getElementById(id).className = klasse;
}