<!--
/**************************************************
 *      Javascript-generated Dropdown Menu        *
 * Copyright:  ©2003 Ragbert, the Webboffin®      *
 *      http://webboffin.crosswinds.net/          *
 **************************************************
 * You may use this script on personal, non-      *
 * commercial sites only.  Use of this script     *
 * requires the inclusion of this copyright       *
 * notice inside the script.                      *
 **************************************************
 * If you make any improvements to the script,    *
 * email "webboffin at crosswinds dot net" with   *
 * a link to your menu, and we'll give you credit *
 * for it.  &:-)                                  *
 *************************************************/

// drop menu
 
function insertMenu1() {  
  document.writeln('<form name="Menu1" id="dropMenu1" align="center">');
  document.writeln('<select name="linkto" size="1" onChange ="LinkTo(this.form)">');
  document.writeln('<option selected value="">Main Menu:</option>');
  document.writeln('<option value="">- - - - - - - -</option>');
    
  // Edit the following links and/or add new ones:
  document.writeln('<option value="index.html">site entrance page \/Crestar AD&amp;D</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/">blog</option>');
  // End of editable area
    
  document.write('</select>');
  document.write('&nbsp; <input type="submit" name="submit" value="Go">');
  document.write('</form>');
}  
    
function insertMenu2() {
  document.writeln('<form name="Menu2" id="dropMenu" align="center">');
  document.writeln('<select name="linkto" size="1" onChange ="LinkTo(this.form)">');
  document.writeln('<option selected value="">Web/Surf Rings:</option>');
  document.writeln('<option value="">links fixed, May 8, 2008</option>');
  document.writeln('<option value="">- - - - - - - -</option>');
    
  // Edit the following links and/or add new ones:
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/my-membership-in-freerpg-page-ring-surf">FreeRPG Ring Netring</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/my-membership-in-the-mystical-places-netring-surf-ring">The Mystical Places Ring</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/my-membership-in-dragonsfoot-oadd-web-ring">Dragonsfoot OADnD Webring</option>');
  // End of editable area
    
  document.write('</select>');
  document.write('&nbsp; <input type="submit" name="submit" value="Go">');
  document.write('</form>');
}

function insertMenu3() {
  document.writeln('<form name="Menu3" id="dropMenu" align="center">');
  document.writeln('<select name="linkto" size="1" onChange ="LinkTo(this.form)">');
  document.writeln('<option selected value="">Entrance Pages For Each Nation/area:</option>');
  document.writeln('<option value="">- - - - - - - -</option>');
    
  // Edit the following links and/or add new ones:
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/bluening">Free City of Bluening, unknown land to the west</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/dank-forest-entrance-page">Dank Forest (extra maps)</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/gashtra">Gashtra, unknown land to the west</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/generic-places-entrance-page">generic castles, towns, villages, etc.</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/grand-isle-of-karenth-entrance-page">Grand Isle of Karenth, island (extra maps)</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/groz-entrance">Groz, remnants of a larger nation</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/page-1-history">Crestar history, 7 pages</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/isle-of-fools-entrance">Isle of Fools, island</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/jungle-lands">Jungle Lands</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/land-of-strife-entance-page">Land of Strife, sons fighting over a throne</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/land-of-the-giants">Land of Giants, southern end of The Great Open</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/mountains-of-fire">Mountains of Fire, volcanic region</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/nalo-island-entrance-page">Nalo Island, sea traders</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/nomads">Nomads, on a plains area South of Trillolara</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/noral">Noral, unknown land to the west</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/island-groups-out-in-the-outer-ocean-entrance-page">Outer Ocean: contains several island groups (extra maps)</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/plains-of-dareth-entrance-page">Plains of Dareth, between Trillolara and Dank Forest (extra map)</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/tanoria-entrance-page">Tanoria, land north of Trillolara across the Inner Ocean</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/teslarc-entrance-page">Teslarc, city-states (extra maps)</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/trillolara">Trillolara, Land of the Bards</a> (extra maps)</option>');
  document.writeln('<option value="http://crestar.drivein-jim.net/crestar/articles/wildlands">one section of one Wildlands</a> (extra maps)</option>');
  // End of editable area
    
  document.write('</select>');
  document.write('&nbsp; <input type="submit" name="submit" value="Go">');
  document.write('</form>');
}

function LinkTo(form) {
  var JimIndex=form.linkto.selectedIndex;
  window.location.href=(form.linkto.options[JimIndex].value);
}
    
// -->


