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://talesfromthevault.com/thunderstruck/' ;
  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">--- Select a Chapter or Installment ---</option>' );
document.writeln( '<option value="cover001.html">Chapter 0ne: Dark and Stormy</option>' );
document.writeln( '<option value="comic001.html">- - - - #1- Something Much, Much Stranger</option>' );
document.writeln( '<option value="comic002.html">- - - - #2- In the Best Tradition</option>' );
document.writeln( '<option value="comic003.html">- - - - #3- An Ill-Advised Trip</option>' );
document.writeln( '<option value="comic004.html">- - - - #4- Where is Sharon?</option>' );
document.writeln( '<option value="comic005.html">- - - - #5- Grim Musings</option>' );
document.writeln( '<option value="comic006.html">- - - - #6- Breaking Point</option>' );
document.writeln( '<option value="comic007.html">- - - - #7- The Bolt Strikes</option>' );
document.writeln( '<option value="comic008.html">- - - - #8- Awakening</option>' );
document.writeln( '<option value="comic009.html">- - - - #9- On Her Feet Again</option>' );
document.writeln( '<option value="comic010.html">- - - - #10- Pure Joy</option>' );
document.writeln( '<option value="comic011.html">- - - - #11- Slightly Less Pure Joy</option>' );
document.writeln( '<option value="comic012.html">- - - - #12- What Happened to Me?</option>' );
document.writeln( '<option value="cover002.html">Chapter Two: Define "Miracle"</option>' );
document.writeln( '<option value="interlude001.html">Interlude: Gail Dreams</option>' );
document.writeln( '<option value="cover003.html">Chapter Three: Independence Day</option>' );
document.writeln( '<option value="cover004.html">Chapter Four: Heritage</option>' );
document.writeln( '<option value="interlude002.html">Interlude: New Perspective Triad</option>' );
document.writeln( '<option value="cover005.html">Chapter Five: Cross Country</option>' );
document.writeln( '<option value="interlude003.html">Interlude: Mr. Warwick`s Secret</option>' );
document.writeln( '<option value="interlude004.html">Interlude: Saxony`s Partner</option>' );
document.writeln( '<option value="cover006.html">Chapter Six: One Well-Placed Bullet</option>' );
document.writeln( '<option value="interlude005.html">Interlude: These Little Conversations</option>' );
document.writeln( '<option value="cover007.html">Chapter Seven: Trials</option>' );
document.writeln( '<option value="interlude006.html">Interlude: Steel Angels Take Flight</option>' );
document.writeln( '<option value="cover008.html">Chapter Eight: Shuffle Down</option>' );
document.writeln( '<option value="cover009.html">Chapter Nine: Dubious Mentors</option>' );
document.writeln( '<option value="interlude007.html">Interlude: The Choices of Aaron Curmen</option>' );
document.writeln( '<option value="cover010.html">Chapter Ten: Reap the Whirlwind</option>' );
document.writeln( '<option value="interlude008.html">Interlude: Power Play</option>' );
document.writeln( '<option value="cover011.html">Chapter Eleven: Bring Me Some Water</option>' );
document.writeln( '<option value="interlude009.html">Interlude: Showdown at the Grand Slam</option>' );
document.writeln( '<option value="cover012.html">Chapter Twelve: The Princess of Aptos</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

