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