
<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript -

function surfto(form) {
var myindex=form.dest.selectedIndex
window.open(form.dest.options[myindex].value, target="_parent");
}

// - End of JavaScript - -->


</SCRIPT>