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://stemneighbors.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="">Pick a page</option>' );
document.writeln( '<option value="index.htm">Home</option>' );
document.writeln( '<option value="aboutthissite.htm">About this site</option>' );
document.writeln( '<option value="basicinfo.htm">Basic info</option>' );
document.writeln( '<option value="businesses.htm">Businesses</option>' );
document.writeln( '<option value="community.htm">Community groups</option>' );
document.writeln( '<option value="deaths.htm">Deaths</option>' );
document.writeln( '<option value="electedofficials.htm">Elected officials</option>' );
document.writeln( '<option value="entertainment.htm">Entertainment</option>' );
document.writeln( '<option value="environment.htm">Environment</option>' );
document.writeln( '<option value="horses.htm">Horses</option>' );
document.writeln( '<option value="kellymorrisbackground.htm">Kelly Morris Background</option>' );
document.writeln( '<option value="kellymorrisnews.htm">Kelly Morris News</option>' );
document.writeln( '<option value="links.htm">Links</option>' );
document.writeln( '<option value="map.htm">Map</option>' );
document.writeln( '<option value="schools.htm">Schools</option>' );
document.writeln( '<option value="schooleventsjanuary2009.htm">School events Jan 09</option>' );
document.writeln( '<option value="schoolevents.htm">School events Feb-May</option>' );
document.writeln( '<option value="sitechanges.htm">Site changes</option>' );
document.writeln( '<option value="sitemap.htm">Site map</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );