function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.1
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://thepiratefleet.com/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="history.shtml">-Select Page-</option>' );
document.writeln( '<option value="history.shtml">History</option>' );
document.writeln( '<option value="seti_classic.shtml">Seti</option>' );
document.writeln( '<option value="folding.shtml">Folding@Home</option>' );
document.writeln( '<option value="genome.shtml">Genome@Home</option>' );
document.writeln( '<option value="distributednet.shtml">Distributed.net (RC-5)</option>' );
document.writeln( '<option value="df.shtml">Distributed Folding</option>' );
document.writeln( '<option value="d2ol.shtml">Drug Design Lab (D2OL)</option>' );
document.writeln( '<option value="boinchist.shtml">Boinc Projects</option>' );
document.writeln( '<option value="dimes.shtml">Dimes</option>' );
//document.writeln( '<option value=""></option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );
