// -- dropdown --

function surfto(form) {
var myindex=form.mnu_slct1.selectedIndex
if (form.mnu_slct1.options[myindex].value != "0") {
window.open(form.mnu_slct1.options[myindex].value, target="_self");}
}