




function surfto(form) {
var myindex=form.dest3.selectedIndex
window.open(form.dest3.options[myindex].value, target="_blank");
}
