function go() { location.href = '#' + document.myform.mylist.options[document.myform.mylist.selectedIndex].value; }
