
<!--
// Copyright © 1999 Doug Popeney
// Created by Doug Popeney (easyjava@easyjavascipt.com)
// JavaScript Made Easy!! - http://www.easyjavascript.com

function surfto(form) {
        var myindex=document.myform.dest.selectedIndex
        location=document.myform.dest.options[myindex].value;
}

//-->

