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

