/* 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
*/

/* 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.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':275, '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/Trails', 'http://www.xmxpro.com/Catalog/catalog.htm', {'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;Family History-Related Pages', 'fh-index.htm', {'sw':150, 'tw': '_blank'}],

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

  ['&nbsp;Spokane Weather Page', 'weather.htm', {'sw':125, 'tw': '_blank'}]
];
