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