function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.1
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.cidermillgallery.net/' ;
  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="default.asp">Go to...</option>' );
document.writeln( '<option value="gallery1.asp">Go to Gallery 1</option>' );
document.writeln( '<option value="gallery2.asp">Go to Gallery 2</option>' );
document.writeln( '<option value="gallery3.asp">Go to Gallery 3</option>' );
document.writeln( '<option value="gallery4.asp">Go to Gallery 4</option>' );
document.writeln( '<option value="gallery5.asp">Go to Gallery 5</option>' );
document.writeln( '<option value="gallery6.asp">Go to Gallery 6</option>' );
document.writeln( '<option value="gallery7.asp">Go to Gallery 7</option>' );
document.writeln( '<option value="gallery8.asp">Go to Gallery 8</option>' );
document.writeln( '<option value="gallery9.asp">Go to Gallery 9</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );
