<!-- Hide the script from old browsers --

function surfnaar(form) {

        var myindex=form.dest.selectedIndex

        window.open(form.dest.options[myindex].value,"main","");

}

//-->