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