// JavaScript Document





function formularcheck() {

var eingabe, eingabe1, c, erlaubt = 'abcdefghijklmnopqrstuvwxyzöäüß-', laenge;

eingabe = window.document.kontakt.tags.value;







eingabe = eingabe.toLowerCase();

laenge = eingabe.length;

if (eingabe == ''){



return false;

}



}







function auswert() {



eingabe1 = window.document.xsearch_form.xsearch.value;



if (eingabe1 == ''){



return false;

}









}













 function doLink(){

 

    

	

	var auswahl, seite;

    

    seite=document.getElementById("sprache1").value;



    location.href=seite;

	

	akt = document.form1.sprache1.selectedIndex;

	document.form1.sprachel[position] = akt;









 

 }








