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#DIRECTIONS_TO_SANDIA_CREST">Directions-Access-Altitude Precautions</option>' );
document.writeln( '<option value="rosyfinch.com/sandia.html#A_GUIDE_TO_THE_CREST_ROAD">Birding Crest Road Mile-by-Mile</option>' );
document.writeln( '<option value="www.newmexico.org/map/">New Mexico Road Map</option>' );
document.writeln( '<option value="www.rosyfinch.com/rosy.html#Check_the_Weather_Conditions">Weather Forecast 7000 ft</option>' );
document.writeln( '<option value="www.skitown.com/resortguide/weather.cfm/nm11/SandiaPeak">Current Temp Sandia Ski Base 8000 ft</option>' );
document.writeln( '<option value="www.weather.com/multimedia/videoplayer.html?clip=713&collection=localwxforecast&from=36hr_button_flu">ABQ Current Weather Video</option>' );
document.writeln( '<option value="www.nmroads.com/">New Mexico Road Conditions</option>' );
document.writeln( '<option value="rosyfinch.com/sandia2.html#AVERAGE_TEMPERATURES">Average Temperatures by Month</option>' );
document.writeln( '<option value="rosyfinch.com/sandia2.html#Sunrise">Time of Sunrise and Sunset</option>' );
document.writeln( '<option value="rosyfinch.com/rosy.html#GENERAL_INFORMATION">Crest House Viewing Tips</option>' );
document.writeln( '<option value="rosyfinch.com/#FEATURED_BELOW">WebCam Views</option>' );
document.writeln( '<option value="rosyfinch.com/rosy.html#Three_feeders">Feeder Locations</option>' );
document.writeln( '<option value="rosyfinch.com/sandia2.html#FAQs_ABOUT_FINDING_ROSY-FINCHES">FAQs</option>' );
document.writeln( '<option value="rosyfinch.com/sandia.html">Sandia Mountains Birding Info</option>' );
document.writeln( '<option value="www.fs.fed.us/r3/cibola/">Cibola National Forest Info</option>' );
document.writeln( '<option value="www.nmfireinfo.com/">NM Forest Fire Closure Information</option>' );
document.writeln( '<option value="www.fs.fed.us/r3/cibola/districts/sandia.shtml">USFS Sandia Ranger District</option>' );
document.writeln( '<option value="rosyfinch.com/sandia2.html#MAPS">NM County and Relief Maps</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


