<!--
//		*********************************
//		*		Programmcode by			*
//		*		René Traut				*
//		*		Internet & PC Solutions	*
//		*		e-Mail: R-S@R-Traut.de	*
//		*********************************
<!-- Verstecken für ältere Browser
  
     function Go () {
    
      
      idx = document.search.Auswahl.selectedIndex;
      
      if (idx >= 2) {
      
       
        location.href = document.search.Auswahl.options [idx].value;
      }
    }
  
  
  // -->