function menu_reports( 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.kowiecatchmentcampaign.org.za/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_reports(this.form)">' );
document.writeln( '<option value="index.html">Updates</option>' );

document.writeln( '<option value="kccreport2007.html">2007</option>' );
document.writeln( '<option value="bloukrans.html">Bloukrans Stream</option>' );
document.writeln('<option value="Local_Government.html">Local Government</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


