function umleitung() {
		window.location.href="http://www.google.de";
}

function pruef() {
	var mitte = "2wsx";
	document.anfrageform.baum.value= "1qay"+mitte+"3edc";
	ergebnis = true; return ergebnis;
}

function checkLen()
{
maxLen=200;
var txt=document.forms[0].anfrage.value;
if(txt.length>maxLen)
    {
      alert("Bitte maximal "+maxLen+" Zeichen eingeben!");
      document.forms[0].anfrage.value=txt.substring(0,maxLen);
      document.forms[0].zaehler.value=0;
    }
else
    {
    document.forms[0].zaehler.value=maxLen-txt.length;
    }
}
