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://www.saladinobaseballtournament.com/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    top.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="index.htm">Select</option>' );
document.writeln( '<option value="index.htm">Home</option>' );
document.writeln( '<option value="alltournament_teammvps.htm">All-Tournament Teams</option>' );
document.writeln( '<option value="awards.htm">Awards</option>' );
document.writeln( '<option value="first_pitch.htm">Ceremonial First Pitch</option>' );
document.writeln( '<option value="championship_rings.htm">Championship Rings</option>' );
document.writeln( '<option value="first_round_picks.htm">First Round Picks</option>' );
document.writeln( '<option value="gate_admission.htm">Gate Admission</option>' );
document.writeln( '<option value="golf_scramble.htm">Golf Scramble</option>' );
document.writeln( '<option value="high_school_state_champs.htm">High School State Champs</option>' );
document.writeln( '<option value="hillsborough_county.htm">Hills. County Schools</option>' );
document.writeln( '<option value="history.htm">History</option>' );
document.writeln( '<option value="homerun_derby.htm">Homerun Derby</option>' );
document.writeln( '<option value="hospitality.htm">Hospitality</option>' );
document.writeln( '<option value="memorabilia_display.htm">Memorabilia Display</option>' );
document.writeln( '<option value="national_anthem.htm">National Anthem</option>' );
document.writeln( '<option value="old_timers_luncheon.htm">Old Timers Luncheon</option>' );
document.writeln( '<option value="organization_administration.htm">Organization</option>' );
document.writeln( '<option value="saladino_participants_to_major_l.htm">Participants to MLB</option>' );
document.writeln( '<option value="press_release.htm">Press Release</option>' );
document.writeln( '<option value="souvenir_program_advertising.htm">Program Advertising</option>' );
document.writeln( '<option value="saladino_award.htm">Saladino Award</option>' );
document.writeln( '<option value="from_player_to_coach.htm">Saladino Player to Coach</option>' );
document.writeln( '<option value="schedule_2011.htm">Schedule</option>' );
document.writeln( '<option value="scholarship.htm">Scholarship</option>' );
document.writeln( '<option value="saladino_staff.htm">Staff</option>' );
document.writeln( '<option value="special_events.htm">Special Events</option>' );
document.writeln( '<option value="special_recognition.htm">Special Recognition</option>' );
document.writeln( '<option value="state_of_the_tournament.htm">State of the Tournament</option>' );
document.writeln( '<option value="tiny_tots_room.htm">Tiny Tots Room</option>' );
document.writeln( '<option value="tournament_records.htm">Tournament Records</option>' );
document.writeln( '<option value="trivia.htm">Trivia</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


