<!-- 
function leapto(form) {
var myindex=form.dest.selectedIndex
this.location.href=(form.dest.options[myindex].value);
}
//-->

<!--
document.write('<FORM NAME="ringo_form"><SELECT NAME="dest" SIZE="1" onChange="leapto(this.form)">');
document.write('<option value="" selected>40ft. Navigation');
document.write('<option value="">-------------------');
document.write('<option value="../band/index.html">The Band - Bio/Pics');
document.write('<option value="../music/index.html">40ft. Music');
document.write('<option value="../news/index.html">Whats New?');
document.write('<option value="../dates/index.html">Show Dates');
document.write('<option value="../stuff/index.html">Stuff 4 you');
document.write('<option value="../gear/index.html">Gear &amp; Endorsements');
document.write('<option value="../contact/index.html">Contact us');
document.write('</select>');
// end hiding contents -->
