function Verlinken(auswahl) { 
    	ziel = "#"+auswahl[auswahl.selectedIndex].text;	
		location.href = ziel; }