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/121406.pdf">12/14/06</option>' );
document.writeln( '<option value="minutes/120906.pdf">12/12/06</option>' );
document.writeln( '<option value="minutes/11282006.pdf">11/28/06</option>' );
document.writeln( '<option value="minutes/11272006.pdf">11/27/06</option>' );
document.writeln( '<option value="minutes/111406.pdf">11/14/06</option>' );
document.writeln( '<option value="minutes/102306.pdf">10/23/06</option>' );
document.writeln( '<option value="minutes/101006.pdf">10/10/06</option>' );
document.writeln( '<option value="minutes/09282006.pdf">09/28/06</option>' );
document.writeln( '<option value="minutes/091206.pdf">09/12/06</option>' );
document.writeln( '<option value="minutes/082106.pdf">08/21/06</option>' );
document.writeln( '<option value="minutes/081806.pdf">08/18/06</option>' );
document.writeln( '<option value="minutes/081006.pdf">08/10/06</option>' );
document.writeln( '<option value="minutes/072406.pdf">07/24/06</option>' );
document.writeln( '<option value="minutes/071106.pdf">07/11/06</option>' );
document.writeln( '<option value="minutes/062606.pdf">06/26/06</option>' );
document.writeln( '<option value="minutes/061306.pdf">06/13/06</option>' );
document.writeln( '<option value="minutes/051606.pdf">05/16/06</option>' );
document.writeln( '<option value="minutes/050906.pdf">05/09/06</option>' );
document.writeln( '<option value="minutes/042706.pdf">04/27/06</option>' );
document.writeln( '<option value="minutes/041106.pdf">04/11/06</option>' );
document.writeln( '<option value="minutes/032706.pdf">03/27/06</option>' );
document.writeln( '<option value="minutes/031406.pdf">03/14/06</option>' );
document.writeln( '<option value="minutes/02272006.pdf">02/27/06</option>' );
document.writeln( '<option value="minutes/021406.pdf">02/14/06</option>' );
document.writeln( '<option value="minutes/012306.pdf">01/27/06</option>' );
document.writeln( '<option value="minutes/011006.pdf">01/10/06</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

