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="cover002.html">Chapter Two: Define "Miracle"</option>' );
document.writeln( '<option value="comic013.html">- - - - #13- Free Ride Home</option>' );
document.writeln( '<option value="comic014.html">- - - - #14- Surprised to See Me</option>' );
document.writeln( '<option value="comic015.html">- - - - #15- Differing Reactions</option>' );
document.writeln( '<option value="comic016.html">- - - - #16- The Conspiracy Theory</option>' );
document.writeln( '<option value="comic017.html">- - - - #17- A Compelling Point</option>' );
document.writeln( '<option value="comic018.html">- - - - #18- Just Like Old Times</option>' );
document.writeln( '<option value="comic019.html">- - - - #19- Lily Gets Her Way</option>' );
document.writeln( '<option value="comic020.html">- - - - #20- While You Were Out</option>' );
document.writeln( '<option value="comic021.html">- - - - #21- The Confusion of Aaron</option>' );
document.writeln( '<option value="comic022.html">- - - - #22- Pressure Point</option>' );
document.writeln( '<option value="comic023.html">- - - - #23- At the Station</option>' );
document.writeln( '<option value="comic024.html">- - - - #24- Various Explanations</option>' );
document.writeln( '<option value="comic025.html">- - - - #25- Enter the Grandma</option>' );
document.writeln( '<option value="comic026.html">- - - - #26- A Week Later</option>' );
document.writeln( '<option value="comic027.html">- - - - #27- Visit to the Doctor</option>' );
document.writeln( '<option value="comic028.html">- - - - #28- Curious Blind Spots</option>' );
document.writeln( '<option value="comic029.html">- - - - #29- Pretty Sweet Swordwork</option>' );
document.writeln( '<option value="comic030.html">- - - - #30- Not a Timely Warning</option>' );
document.writeln( '<option value="comic031.html">- - - - #31- Grandma Preaches</option>' );
document.writeln( '<option value="comic032.html">- - - - #32- Just Walk Away</option>' );
document.writeln( '<option value="comic033.html">- - - - #33- The Case for Sharon</option>' );
document.writeln( '<option value="comic034.html">- - - - #34- Doorknob Revelations</option>' );
document.writeln( '<option value="comic035.html">- - - - #35- More Experiments</option>' );
document.writeln( '<option value="comic036.html">- - - - #36- Double Standards</option>' );
document.writeln( '<option value="comic037.html">- - - - #37- Something Drastic</option>' );
document.writeln( '<option value="comic038.html">- - - - #38- Blown Fuse</option>' );
document.writeln( '<option value="comic039.html">- - - - #39- Sarcastic Responses</option>' );
document.writeln( '<option value="comic040.html">- - - - #40- Definition In Question</option>' );
document.writeln( '<option value="comic041.html">- - - - #41- Altered State</option>' );
document.writeln( '<option value="comic042.html">- - - - #42- Believe in Lightning Girl</option>' );
document.writeln( '<option value="comic043.html">- - - - #43- Plans and Possibilities</option>' );
document.writeln( '<option value="comic044.html">- - - - #44- Who Knows What She Would Do</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>' );

