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