<!-- http://stud4.tuwien.ac.at/~e9125168/javas/jpdmenu.html -- -->
 function surftoaddr(form) {
 // Copyright 1996 by Werner Moshammer
 // Feel free to use this script as long as these copyright
 // line remain as is
   var surfindex=form.dest.selectedIndex
   if (surfindex>0)
     location=form.dest.options[surfindex].value
 }
