function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://totnesskittles.org/' ;
  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=""><<< Select Page >>></option>' );
document.writeln( '<option value="index.htm">Home</option>' );
document.writeln( '<option value="index_files/Page2419.htm">Contact Us</option>' );
document.writeln( '<option value="index_files/Page2767.htm">Links to other Sites</option>' );
document.writeln( '<option value="index_files/Page476.htm">Committee</option>' );
document.writeln( '<option value="index_files/Page1335.htm">Dates for your Diary</option>' );
document.writeln( '<option value="index_files/Page1396.htm">Home Alleys</option>' );
document.writeln( '<option value="index_files/Page1023.htm">Fixtures</option>' );
document.writeln( '<option value="index_files/Page1888.htm">Results</option>' );
document.writeln( '<option value="index_files/Page408.htm">League Tables</option>' );
document.writeln( '<option value="index_files/Page510.htm">Averages - Ladies</option>' );
document.writeln( '<option value="index_files/Page335.htm">Averages - Men</option>' );
document.writeln( '<option value="index_files/Page12813.htm">Averages - Under 21's</option>' );
document.writeln( '<option value="index_files/Page637.htm">Player Stats - Ladies</option>' );
document.writeln( '<option value="index_files/Page1151.htm">Player Stats - Men</option>' );
document.writeln( '<option value="index_files/Page494.htm">Singles - Ladies</option>' );
document.writeln( '<option value="index_files/Page1249.htm">Singles - Men</option>' );
document.writeln( '<option value="index_files/Page323.htm">Castle Cup</option>' );
document.writeln( '<option value="index_files/Page2972.htm">Dart Cup</option>' );
document.writeln( '<option value="index_files/Page3254.htm">KO Cup - Ladies</option>' );
document.writeln( '<option value="index_files/Page3546.htm">KO Cup - Men</option>' );
document.writeln( '<option value="index_files/Page2058.htm">Pairs - Ladies</option>' );
document.writeln( '<option value="index_files/Page1794.htm">Pairs - Men</option>' );
document.writeln( '<option value="index_files/Page832.htm">Pairs - Mixed</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

