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/photos.html">SELECT</option>' );
document.writeln( '<option value="rosyfinch.com/photos.html">Photo Pages</option>' );
document.writeln( '<option value="www.knme.org/sandias/index.html">PBS Film-The Sandias</option>' );
document.writeln( '<option value="www.tringa.org/birds_finches_rosy_finches.html">Jacob Spendelow Photos</option>' );
document.writeln( '<option value="rosyfinch.com/RosySightings.html#Deanna">Rosy-Finch Banding SlideShow</option>' );
document.writeln( '<option value="blog.rosyfinch.com/?m=20080101">Christopher Taylor Photos</option>' );
document.writeln( '<option value="www.schmoker.org/BirdPics/RosyFinches.html">Bill Schmoker Photos</option>' );
document.writeln( '<option value="www.avianphotos.org">Chris Fagyal Photos</option>' );
document.writeln( '<option value="www.bird-friends.com/BirdPage.php?name=Brown-Capped%20Rosy-Finch">Scott Streit Photos</option>' );
document.writeln( '<option value="birdcinema.com/view_video.php?viewkey=1ae7bf4ec4bd78275bb9">Video clip- Gray-crowned Rosy-Finch </option>' );
document.writeln( '<option value="rosyfinch.com/photos.html#Panoramic_Views">Panoramas of birding sites</option>' );
document.writeln( '<option value="rosyfinch.com/pano.html">Winter panorama from Crest House</option>' );
document.writeln( '<option value="rozylowicz.com/retirement/turquoise-trail/albuquerque-panorama.html">Summer panorama from Sandia Crest</option>' );
document.writeln( '<option value="rosyfinch.com/birdlist.html">Cedar Crest Backyard Bird Photos</option>' );
document.writeln( '<option value="rosyfinch.com/Piratic.html">Piratic Flycatcher in New Mexico</option>' );
document.writeln( '<option value="rosyfinch.com/WilliamsonsSS2.jpg">Williamsons Sapsucker in Cedar Crest</option>' );
document.writeln( '<option value="flickr.com/photos/rosyfinch">Ken Schneider Flickr Collection</option>' );
document.writeln( '<option value="rosyfinch.com/kmlschneider-index.html">Family & Travel Photos</option>' );
document.writeln( '<option value="blog.rosyfinch.com/?p=107">Kandahar Condos in Taos Ski Valley</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );