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 = '' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    top.gallery.location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get" target="gallery">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="http://pix.bigbangcomics.com/index.php?album=Characters">Characters</option>' );
document.writeln( '<option value="http://pix.bigbangcomics.com/index.php?album=Covers">Covers</option>' );
document.writeln( '<option value="http://pix.bigbangcomics.com/index.php?album=Fan_Art">Fan Art</option>' );
document.writeln( '<option value="http://pix.bigbangcomics.com/index.php?album=Golden_Oldies">Golden Oldies</option>' );
document.writeln( '<option value="http://pix.bigbangcomics.com/index.php?album=Photos">Photos</option>' );
document.writeln( '<option value="http://pix.bigbangcomics.com/index.php?album=Miscellaneous">Miscellaneous</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

