function menu_goto( 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.hawthornevalleyfarm.org/fep/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto2" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="fep.htm">RESEARCH</option>' );
document.writeln( '<option value="onfarmbio.html">On-Farm Biodiversity</option>' );
document.writeln( '<option value="ponds.html">Farm & Lawn Ponds</option>' );
document.writeln( '<option value="floodplains.html">Floodplain Forests</option>' );
document.writeln( '<option value="landscape.html">Our Changing Landscape</option>' );
document.writeln( '<option value="bees.html">Native Bees</option>' );
document.writeln( '<option value="cooking.html">What is Cooking</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );