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