function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.thomascountyboc.org/' ;
  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" target="_blank">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="">Select Date</option>' );
document.writeln( '<option value="minutes/011309.pdf">1/13/09</option>' );
document.writeln( '<option value="minutes/012609.pdf">1/26/09</option>' );
document.writeln( '<option value="minutes/021009.pdf">2/10/09</option>' );
document.writeln( '<option value="minutes/022309.pdf">2/23/09</option>' );
document.writeln( '<option value="minutes/031009.pdf">3/10/09</option>' );
document.writeln( '<option value="minutes/030309.pdf">3/03/09</option>' );
document.writeln( '<option value="minutes/031809.pdf">3/18/09</option>' );
document.writeln( '<option value="minutes/032309.pdf">3/23/09</option>' );
document.writeln( '<option value="minutes/041409.pdf">4/14/09</option>' );
document.writeln( '<option value="minutes/043009.pdf">4/30/09</option>' );
document.writeln( '<option value="minutes/051209.pdf">5/12/09</option>' );
document.writeln( '<option value="minutes/051809.pdf">5/18/09</option>' );
document.writeln( '<option value="minutes/052609.pdf">5/26/09</option>' );
document.writeln( '<option value="minutes/052809.pdf">5/28/09</option>' );
document.writeln( '<option value="minutes/060909.pdf">6/09/09</option>' );
document.writeln( '<option value="minutes/062209.pdf">6/22/09</option>' );
document.writeln( '<option value="minutes/070709.pdf">7/07/09</option>' );
document.writeln( '<option value="minutes/071409.pdf">7/14/09</option>' );
document.writeln( '<option value="minutes/072709.pdf">7/27/09</option>' );
document.writeln( '<option value="minutes/073109.pdf">7/31/09</option>' );
document.writeln( '<option value="minutes/081109.pdf">8/11/09</option>' );
document.writeln( '<option value="minutes/082409.pdf">8/24/09</option>' );
document.writeln( '<option value="minutes/090809.pdf">9/08/09</option>' );
document.writeln( '<option value="minutes/092109.pdf">9/21/09</option>' );
document.writeln( '<option value="minutes/101309.pdf">10/13/09</option>' );
document.writeln( '<option value="minutes/102609.pdf">10/26/09</option>' );
document.writeln( '<option value="minutes/111009.pdf">11/10/09</option>' );
document.writeln( '<option value="minutes/111009pm.pdf">11/10/09pm</option>' );
document.writeln( '<option value="minutes/1116-172009.pdf">11/19-17/09</option>' );
document.writeln( '<option value="minutes/112309.pdf">11/23/09</option>' );
document.writeln( '<option value="minutes/120809.pdf">12/08/09</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

