

<!-- Auswahlmenü -->

 function CheckAuswahl()
{
 Ziel = document.projekte.auswahl_2.value;
 window.location.href = Ziel;
}

