function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://spitt2288.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="Sound Files/Grateful Dead - Women Are Smarter(Live).mp3">Women are Smarter</option>' );
document.writeln( '<option value="Sound Files/Grateful Dead - Box of Rain (Live).mp3">Box of Rain</option>' );
document.writeln( '<option value="Sound Files/Grateful Dead - Jerry Garcia - What a Wonderful World (TOTAL.mp3">What a Wonderful World</option>' );
document.writeln( '<option value="Sound Files/Beach Boys - Good Vibrations.mp3">Good Vibrations</option>' );
document.writeln( '<option value="Sound Files/The Beach Boys - Do It Again [Mono Version].mp3">Do it Again</option>' );
document.writeln( '<option value="Sound Files/T. Rex - Jeepster.mp3">Jeepster</option>' );
document.writeln( '<option value="Sound Files/Beatles - (Sgt Pepper) - 05 - Fixing a Hole.mp3">Fixing a Hole</option>' );
document.writeln( '<option value="Sound Files/Steely Dan - The Boston Rag.mp3">The Boston Rag</option>' );
document.writeln( '<option value="Sound Files/Beatles - Hey Jude.mp3">Hey Jude</option>' );
document.writeln( '<option value="Sound Files/Questions 67 & 68.mp3">Questions 67 & 68</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

