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="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( '<option value="comic663.html">- - - - #663- Message Spider</option>' );
document.writeln( '<option value="comic664.html">- - - - #664- Plan Your Strike</option>' );
document.writeln( '<option value="comic665.html">- - - - #665- News</option>' );
document.writeln( '<option value="comic666.html">- - - - #666- Better News</option>' );
document.writeln( '<option value="comic667.html">- - - - #667- Too Much News</option>' );
document.writeln( '<option value="comic668.html">- - - - #668- Birdcage</option>' );
document.writeln( '<option value="comic669.html">- - - - #669- Deal</option>' );
document.writeln( '<option value="comic670.html">- - - - #670- Travelers and Anchors</option>' );
document.writeln( '<option value="comic671.html">- - - - #671- Where and When</option>' );
document.writeln( '<option value="comic672.html">- - - - #672- Night Inspections</option>' );
document.writeln( '<option value="comic673.html">- - - - #673- Skull of the Serpent</option>' );
document.writeln( '<option value="comic674.html">- - - - #674- Nine Steps</option>' );
document.writeln( '<option value="comic675.html">- - - - #675- Thoom</option>' );
document.writeln( '<option value="comic676.html">- - - - #676- Giants</option>' );
document.writeln( '<option value="comic677.html">- - - - #677- Shock</option>' );
document.writeln( '<option value="comic678.html">- - - - #678- Princess</option>' );
document.writeln( '<option value="comic679.html">- - - - #679- What a Girl Wants</option>' );
document.writeln( '<option value="comic680.html">- - - - #680- Strongest</option>' );
document.writeln( '<option value="comic681.html">- - - - #681- Escape</option>' );
document.writeln( '<option value="comic682.html">- - - - #682- Hiding Place</option>' );
document.writeln( '<option value="comic683.html">- - - - #683- Stolen Rain</option>' );
document.writeln( '<option value="comic684.html">- - - - #684- The Tale of Magni</option>' );
document.writeln( '<option value="comic685.html">- - - - #685- Dwarf Home</option>' );
document.writeln( '<option value="comic686.html">- - - - #686- A Significant Detail</option>' );
document.writeln( '<option value="comic687.html">- - - - #687- Forming a Strategy</option>' );
document.writeln( '<option value="comic688.html">- - - - #688- Allerick Riddle</option>' );
document.writeln( '<option value="comic689.html">- - - - #689- No Injuries</option>' );
document.writeln( '<option value="comic690.html">- - - - #690- Magical Protection</option>' );
document.writeln( '<option value="comic691.html">- - - - #691- Looks like a Sparrow</option>' );
document.writeln( '<option value="comic692.html">- - - - #692- Observed</option>' );
document.writeln( '<option value="index.html">So Long, and Thanks...</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );
