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