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:///' ;
  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="rosyfinch.com/sandia.html">SELECT</option>' );
document.writeln( '<option value="rosyfinch.com/sandia.html">The Sandias and Albuquerque Area</option>' );
document.writeln( '<option value="rosyfinch.com/sandia.html#BIRDING_NEAR_SANDIA_CREST ">Birding in & near Sandias</option>' );
document.writeln( '<option value="rosyfinch.com/summerbirds.html">Summer Birding Sites</option>' );
document.writeln( '<option value="rosyfinch.com/summerbirds.html">USFS Guided Bird Walks May-Oct</option>' );
document.writeln( '<option value="newmexicoaudubon.org/cnmas/trips.html">Thursday Birders and CNMAS Field Trips</option>' );
document.writeln( '<option value="rosyfinch.com/sandia2.html#GPS">GPS coordinates for birding spots</option>' );
document.writeln( '<option value="rosyfinch.com/sandia2.html#BREEDING">Breeding bird survey Cienega and Bill Spring</option>' );
document.writeln( '<option value="rosyfinch.com/sandia.html#THE_LOG_AT_CAPULIN_SPRING">The Bird Log at Capulin Spring</option>' );
document.writeln( '<option value="rosyfinch.com/sandia.html#PROPOSED_CONSTRUCTION">Planned improvements to Capulin Spring</option>' );
document.writeln( '<option value="rosyfinch.com/sandia.html#CIENEGA">Cienega Canyon Picnic Area </option>' );
document.writeln( '<option value="rosyfinch.com/TresPistolas.html">Tres Pistolas Open Space</option>' );
document.writeln( '<option value="rosyfinch.com/sandia.html">More Birding the Sandias</option>' );
document.writeln( '<option value="rosyfinch.com/manzano.html#Quarai_Ruins_a_unit_of_the_Salinas_Monu">Birding Manzano Mtns & Quarai NM</option>' );
document.writeln( '<option value="rosyfinch.com/manzano.html#OTERO_CANYON">Otero and Cedro Canyons</option>' );
document.writeln( '<option value="rosyfinch.com/FourthofJulyBBSManzanos-08.pdf">BBS-Manzano Mountains 2008</option>' );
document.writeln( '<option value="rosyfinch.com/10-KTrailBBS-07.pdf">BBS-10K Trail in Sandias 2007</option>' );
document.writeln( '<option value="rosyfinch.com/Pinyon-JuniperBirdsCentralNM.pdf">Birds of Pinyon-Juniper Woodlands</option>' );
document.writeln( '<option value="rosyfinch.com/birdlist.html">Cedar Crest Back Yard Birds </option>' );
document.writeln( '<option value="rosyfinch.com/birdlist.html#The_Natural_Year">Birding by the Seasons Calendar</option>' );
document.writeln( '<option value="rosyfinch.com/sandia2.html#FAQs_ABOUT_FINDING_ROSY-FINCHES">Northern Pygmy Owl favored locations</option>' );
document.writeln( '<option value="rosyfinch.com/sandia.html#TWO_AMERICAN_THREE-TOED_WOODPECKERS">American Three-toed Woodpecker locations</option>' );
document.writeln( '<option value="rosyfinch.com/Red-napedSapsucker-02-1.doc">Red-naped Sapsucker Species Profile</option>' );
document.writeln( '<option value="rosyfinch.com/sandia.html#Ojito">Ojito de San Antonio</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );