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