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