/* Menu items for My Web Site */
/* Revisions: September 7, 2008: Initial re-creation
                  April 4, 2009: Added link to off-road.htm in Off-Roading drop-down menu
                 April 14, 2009: Added link to autoruns (wakingup.htm)
                                 Added link to Spokane Weather page
                                 Added link to 1996 Tacoma web page
                                 Added link to 2001 Suzuki web page
                   June 5, 2010: Added links to GIS web pages
              December 19, 2010: Removed link to Inland Empire Calendar of 4x4 Events
                                 Removed link to How to Use the Inland Empire Calendar of 4x4 Events
                                 Updated link to WOHVA Map Catalog
              February 23, 2011: Added "Other Pages" drop-down main menu item
                                 Added My Scouting Awards and Recognitions to "Other Pages" drop-down
                                 Added My Military Record to "Other Pages" drop-down
                                 Added My Lionel (train) Purchases) to "Other Pages" drop-down
                                 Moved Spokane's Winter Weather to "Other Pages" drop-down menu
                 April 12, 2011: Renamed Lionel.htm to trains.htm
                   May 14, 2011: Added Postwar train purchases web page (trains-postwar.htm)
                                 Renamed trains.htm to trains-modern.htm
                                 Renamed 07Rubiaccess.htm to 07Rubiaccess-mods.htm
*/

/* 2-digit codes:
     Item sizes: sw - width of item in pixels
                 sh - height of item in pixels
     Item child block sizes and offsets: bw - width of item child block in pixels
                                         bh - height of item child block in pixels
                                         bl - horizontal offset of the upper left corner of item child block
                                                relatively to the upper left corner of item (in pixels)
                                         bt - vertical offset of the upper left corner of item child block
                                                relatively to the upper left corner of item (in pixels)
*/

var MENU_ITEMS =
[
  ['&nbsp;Home Page', 'index.html', {'sw':65}],

  ['&nbsp;Computer-Related Pages <img src=\"menu_files/arw-dn.gif\">', null, {'sw':140, 'bw':200, 'bt':25, 'bl': -2},
    ['&nbsp;Your Computer\'s Starting Process', 'wakingup.htm', {'tw': '_blank'}],
    ['&nbsp;How To Create A Web Site', 'h2caws.htm', {'tw': '_blank'}],
    ['&nbsp;HTML &amp; CSS - How They Interact', 'HTML-CSS.htm', {'tw': '_blank'}],
    ['&nbsp;Keeping Your Computer Safe', 'kycs.htm', {'tw': '_blank'}],
    ['&nbsp;Securing Your Local Area Network (LAN)', 'syLAN.htm', {'tw': '_blank'}],
    ['&nbsp;Operating Systems History', 'os-hist.htm', {'tw': '_blank'}]
  ],

  ['&nbsp;Vehicle-Related Pages <img src=\"menu_files/arw-dn.gif\">', null, {'sw':125, 'bw':210, 'bt':25, 'bl':-2},
    ['&nbsp;My 2007 Jeep Wrangler Rubicon <img src=\"menu_files/arw-rt.gif\">', '07Rubicon.htm', {'tw': '_blank', 'bw':190, 'bt':-2, 'bl':175},
      ['&nbsp;Rubicon Accessories and Modifications', '07Rubiaccess-mods.htm', {'tw': '_blank'}],
      ['&nbsp;Rubicon Driving Impressionss', '07Rubiimpress.htm', {'tw': '_blank'}],
    ],
    ['&nbsp;My 1999 Tacoma PreRunner - <font color=red><b>SOLD!</b></font>', '99Tacoma.htm', {'tw': '_blank'}],
    ['&nbsp;Toyota and Tacoma Web Pages', 'http://www.dog-walker.us/tacoinfo/T-000.htm', {'tw': '_blank'}],

    ['&nbsp;My 1996 Tacoma - <font color=red><b>SOLD!</b></font>', '96Tacoma.htm', {'tw': '_blank'}],
    ['&nbsp;My 2001 Suzuki SV650 motorcycle - <font color=red><b>SOLD!</b></font>', '02Suzuki.htm', {'tw': '_blank'}],
  ],

  ['&nbsp;Off-Roading-Related Pages <img src=\"menu_files/arw-dn.gif\">', 'off-road.htm', {'sw':150, 'tw': '_blank', 'bw':210, 'bt':25, 'bl': -2},
    ['&nbsp;Off-Roading Main Page', 'http://www.dog-walker.us/off-road.htm', {'tw': '_blank'}],
/*    ['&nbsp;Inland Empire Calendar of 4x4 Events', 'http://www.dog-walker.us/4x4Calendar/plans.cgi', {'tw': '_blank'}], */
/*    ['&nbsp;How to Use the Inland Empire Calendar of 4x4 Events', 'How2Use.htm', {'tw': '_blank'}], */
    ['&nbsp;Washington State OHV Areas/Roads/Trails', 'http://www.wohva-map-catalog.org', {'tw': '_blank'}],
    ['&nbsp;Pages of Interest to 4x4ers', '4x4/4x4-000.htm', {'tw': '_blank'}],
    ['&nbsp;My Off Roading Trips', 'http://s110.photobucket.com/albums/n99/paulp575/Off-Road/', {'tw': '_blank'}]
  ],

  ['&nbsp;GIS/GPS-Related Pages <img src=\"menu_files/arw-dn.gif\">', null, {'sw':130, 'bw':150, 'bt':25, 'bl':-2},
    ['&nbsp;Set Up GPS For Field Use', 'http://www.dog-walker.us/GPS start.htm', {'tw': '_blank'}],
    ['&nbsp;GIS Home Page', 'http://www.dog-walker.us/GIS.htm', {'tw': '_blank'}],
    ['&nbsp;USGS DSN Naming Convention', 'http://www.dog-walker.us/USGS DSN.htm', {'tw': '_blank'}],
  ],

  ['&nbsp;Family History-Related Pages', 'fh-index.htm', {'sw':150, 'tw': '_blank'}],

  ['&nbsp;Scouting-Related Pages', 'scouting/pgmhelps.htm', {'sw':125, 'tw': '_blank'}],

  ['&nbsp;Other Pages <img src=\"menu_files/arw-dn.gif\">', null, {'sw':80, 'bw':200, 'bt':25, 'bl':-2},
    ['&nbsp;My Scouting Awards and Recognitions', 'scouting.htm', {'tw': '_blank'}],
    ['&nbsp;My BSA 2010 Centennial Items', 'BSA2010.htm', {'tw': '_blank'}],
    ['&nbsp;My Military Record', 'military.htm', {'tw': '_blank'}],
    ['&nbsp;My Postwar Lionel (train) Purchases', 'trains-postwar.htm', {'tw': '_blank'}],



    ['&nbsp;My BSA 100th Anniv Train Purchases<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(and other train-related purchases)', 'trains-modern.htm', {'tw': '_blank'}],




/* My BSA 100th Anniv Train Purchases (and other train-related purchases) */

    ['&nbsp;Spokane\'s Winter Weather', 'weather.htm', {'tw': '_blank'}],
  ]
];

