<!-- Hide the script from old browsers --
 function surfto(form) {        
  var myindex=form.dest.selectedIndex
        location=form.dest.options[myindex].value; }
//-->