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://www.linnlanesbowl.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="Father_Son_2009_A.pdf">Click Arrow to Select</option>' );
document.writeln( '<option value="Father_Son_2009_A.pdf">Father/Son Class A</option>' );
document.writeln( '<option value="Father_Son_2009_B.pdf">Father/Son Class B</option>' );
document.writeln( '<option value="Father_Son_2009_C.pdf">Father/Son Class C</option>' );
document.writeln( '<option value="Father_Son_2009_D.pdf">Father/Son Class D</option>' );
document.writeln( '<option value="Father_Daughter_2009_A.pdf">Father/Daughter Class A</option>' );
document.writeln( '<option value="Father_Daughter_2009_B.pdf">Father/Daughter Class B</option>' );
document.writeln( '<option value="Father_Daughter_2009_C.pdf">Father/Daughter Class C</option>' );
document.writeln( '<option value="Father_Daughter_2009_D.pdf">Father/Daughter Class D</option>' );
document.writeln( '<option value="Mother_Daughter_2009_A.pdf">Mother/Daughter Class A</option>' );
document.writeln( '<option value="Mother_Daughter_2009_B.pdf">Mother/Daughter Class B</option>' );
document.writeln( '<option value="Mother_Daughter_2009_C.pdf">Mother/Daughter Class C</option>' );
document.writeln( '<option value="Mother_Daughter_2009_D.pdf">Mother/Daughter Class D</option>' );
document.writeln( '<option value="Mother_Son_2009_A.pdf">Mother/Son Class A</option>' );
document.writeln( '<option value="Mother_Son_2009_B.pdf">Mother/Son Class B</option>' );
document.writeln( '<option value="Mother_Son_2009_C.pdf">Mother/Son Class C</option>' );
document.writeln( '<option value="Mother_Son_2009_D.pdf">Mother/Son Class D</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );



