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