function surfto(form) {
var myindex=form.dest.selectedIndex
location=form.dest.options[myindex].value;
}