function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.pindelski.org/' ;
  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="index.html">Click here</option>' );
document.writeln( '<option value="index.html">Home</option>' );
// document.writeln( '<option value="colorold/The Aircraft/index.html">The Aircraft</option>' );
// document.writeln( '<option value="colorold/The Beach/index.html">Beach Snaps</option>' );
// document.writeln( '<option value="colorold/The Castle/index.html">The Castle</option>' );
// document.writeln( '<option value="colorold/The Facades/index.html">The Facades</option>' );
// document.writeln( '<option value="colorold/The French/index.html">The French</option>' );
//document.writeln( '<option value="colorold/The Haight/index.html">Haight-Ashbury</option>' );
// document.writeln( '<option value="colorold/Historics/index.html">The Historics</option>' );
// document.writeln( '<option value="Blog/HomeTheaterwithURLs.mov">The Home Gallery</option>' );
// document.writeln( '<option value="colorold/The Land/index.html">Landscapes</option>' );
// document.writeln( '<option value="colorold/The LimekilnTM/index.html">The Limekiln</option>' );
// document.writeln( '<option value="colorold/The Machines/index.html">The Machines</option>' );
document.writeln( '<option value="colorold/Cityscapes_2011/index.html">Cityscapes - 2011</option>' );
document.writeln( '<option value="colorold/Murals/index.html">Murals</option>' );
document.writeln( '<option value="colorold/Nob Hill/index.html">Nob Hill</option>' );
//document.writeln( '<option value="colorold/North_Beach/index.html">North Beach</option>' );
document.writeln( '<option value="colorold/The Panoramas/index.html">Panoramas</option>' );
//document.writeln( '<option value="colorold/Potrero_MissionHill/index.html">Mission District</option>' );
// document.writeln( '<option value="colorold/The Streets/index.html">Street Snaps</option>' );
document.writeln( '<option value="colorold/The British/index.html">The British</option>' );
document.writeln( '<option value="colorold/Paris/index.html">Paris</option>' );
//document.writeln( '<option value="colorold/The Embarcadero/index.html">The Embarcadero</option>' );
document.writeln( '<option value="colorold/The Lonely/index.html">The Lonely</option>' );
// document.writeln( '<option value="colorold/The Sea/index.html">The Sea</option>' );
document.writeln( '<option value="colorold/Street Dogs/index.html">Street Dogs</option>' );
document.writeln( '<option value="colorold/Street_Snaps_2009/index.html">Street Snaps - 2009</option>' );
document.writeln( '<option value="colorold/Street_Snaps_2010/index.html">Street Snaps - 2010</option>' );
document.writeln( '<option value="colorold/Street_Snaps_2011/index.html">Street Snaps - 2011</option>' );
document.writeln( '<option value="colorold/Stores/index.html">Stores</option>' );
// document.writeln( '<option value="colorold/The Slideshows/index.html">The Slideshows</option>' );
// document.writeln( '<option value="colorold/The Strange/index.html">The Strange</option>' );
// document.writeln( '<option value="colorold/The Studio/index.html">The Studio</option>' );
document.writeln( '<option value="index.html">--------------------</option>' );
document.writeln( '<option value="Photographer.htm">Photographer</option>' );
// document.writeln( '<option value="Photography/">The Blog</option>' );
document.writeln( '<option value="MyBook.htm">My Book</option>' );
document.writeln( '<option value="Castoro/index.html">My Show</option>' );
document.writeln( '<option value="Photography/">Photography Blog</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


