Hier der Auschnitt:
<h1>Auswahl</h1>
<form action="">
<select size="1" name="Auswahl" onchange="Ankerverweis(this.form.Auswahl.options[this.form.Auswahl.options.selectedIndex].value)">
<option value="IDALAGNB">.Hauptfunktion</option>
<option value="IDA3AGNB">1.Unterfunktion</option>
<option value="IDAJBGNB">2.Unterfunktion</option>
<option value="IDA4BGNB">2.1.Unterfunktion</option>
<option value="IDATCGNB">2.1.1.Unterfunktion/option>
<option value="IDAIDGNB">2.2.Unterfunktion</option>
</select>
</form>
<p> ...