Menü - PullDown - automatisch

Dieser Teil des Scripts kommt in den Headbereich

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
// End -->
</SCRIPT>

Dieser Teil des Scripts kommt in den Bodybereich
<form name="form">
<div align="center">
<select name="site" size=1 onChange="javascript:formHandler()">
<option value="">wählen Sie bitte
<option value="http://download.servus-wien.com">DownLoad Haupt
<option value="http://download.servus-wien.com/pages/download-buero.htm">DownLoad
Büro
<option value="http://download.servus-wien.com/pages/download-internet.htm">DownLoad
Internet
<option value="http://download.servus-wien.com/pages/download-computer.htm">DownLoad
Computer
<option value="http://download.servus-wien.com/pages/download-cgi.htm">DownLoad
CGI
<option value="http://download.servus-wien.com/pages/download-java.htm">DownLoad
Javascript
</select>
</div>
</form>