<!-- Hide the script from old browsers --
function surfto(form){
var NewWindow=window.open('','popup','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=400,height=300,left=150,top=100');
NewWindow.focus();
var myindex=form.dest.selectedIndex 
window.open(form.dest.options[myindex].value,target="popup");
}
// -->
