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="interlude001.html">Interlude: Gail Dreams</option>' );
document.writeln( '<option value="cover003.html">Chapter Three: Independence Day</option>' );
document.writeln( '<option value="comic055.html">- - - - #55- The Drive Home Begins</option>' );
document.writeln( '<option value="comic056.html">- - - - #56- Grandma and her Curious Request</option>' );
document.writeln( '<option value="comic057.html">- - - - #57- Home Improvement Project</option>' );
document.writeln( '<option value="comic058.html">- - - - #58- Secret Plans</option>' );
document.writeln( '<option value="comic059.html">- - - - #59- Various Explanations</option>' );
document.writeln( '<option value="comic060.html">- - - - #60- The Drive Home Ends</option>' );
document.writeln( '<option value="comic061.html">- - - - #61- Independence Day Party</option>' );
document.writeln( '<option value="comic062.html">- - - - #62- Something About Sharon</option>' );
document.writeln( '<option value="comic063.html">- - - - #63- The Logic of Love</option>' );
document.writeln( '<option value="comic064.html">- - - - #64- Lighting the Grill</option>' );
document.writeln( '<option value="comic065.html">- - - - #65- Leaving Early</option>' );
document.writeln( '<option value="comic066.html">- - - - #66- A Discussion of Tactics</option>' );
document.writeln( '<option value="comic067.html">- - - - #67- Insecurity Bars</option>' );
document.writeln( '<option value="comic068.html">- - - - #68- Straw Grandma</option>' );
document.writeln( '<option value="comic069.html">- - - - #69- First Round</option>' );
document.writeln( '<option value="comic070.html">- - - - #70- Recoil</option>' );
document.writeln( '<option value="comic071.html">- - - - #71- Second Round</option>' );
document.writeln( '<option value="comic072.html">- - - - #72- Enter Gail</option>' );
document.writeln( '<option value="comic073.html">- - - - #73- So Much For Gail</option>' );
document.writeln( '<option value="comic074.html">- - - - #74- Homemade Pyre</option>' );
document.writeln( '<option value="comic075.html">- - - - #75- No Way Out</option>' );
document.writeln( '<option value="comic076.html">- - - - #76- Options</option>' );
document.writeln( '<option value="comic077.html">- - - - #77- Lights Go Out</option>' );
document.writeln( '<option value="comic078.html">- - - - #78- Contingency Plan</option>' );
document.writeln( '<option value="comic079.html">- - - - #79- Cornered</option>' );
document.writeln( '<option value="comic080.html">- - - - #80- Sharon Makes Her Move</option>' );
document.writeln( '<option value="comic081.html">- - - - #81- Unexpected Results</option>' );
document.writeln( '<option value="comic082.html">- - - - #82- Enough</option>' );
document.writeln( '<option value="comic083.html">- - - - #83- Wake Up</option>' );
document.writeln( '<option value="comic084.html">- - - - #84- One Condition</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>' );
