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