/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['98 Help', null, null,
	['CAB file contents --->', null, null,
		['Win98 Cab Files', 'http://basconotw.mvps.org/98_cabs.htm'],
		['Win98SE Cab Files', 'http://basconotw.mvps.org/98SE_cabs.htm']
	],
	['Desktop', 'http://basconotw.mvps.org/98_desktop.htm'],
	['Display Properties', 'http://basconotw.mvps.org/98_display_properties.htm'],
	['Explorer', 'http://basconotw.mvps.org/98_explorer.htm'],
	['File Association', 'http://basconotw.mvps.org/98_file_assoc.htm'],
	['Find', 'http://basconotw.mvps.org/98_find.htm'],
	['Fonts', 'http://basconotw.mvps.org/98_fonts.htm'],
	['Help Wizards', 'http://basconotw.mvps.org/98_help.htm'],
	['Icons', 'http://basconotw.mvps.org/98_icons.htm'],
	['InetExpl & OutlookExp', 'http://basconotw.mvps.org/98_ie_oe.htm'],
	['Installation --->', null, null,
		['Hard drive prep', 'http://basconotw.mvps.org/hd_prep.htm'],
		['Install', 'http://basconotw.mvps.org/98_install.htm']
	],
	['Password', 'http://basconotw.mvps.org/98_password.htm'],
	['Print', 'http://basconotw.mvps.org/98_print.htm'],
	['Registry', 'http://basconotw.mvps.org/98_registry.htm'],
	['Startup/Shutdown', 'http://basconotw.mvps.org/98_strt_shtdwn.htm'],
	['Scandisk & Defrag', 'http://basconotw.mvps.org/98_scndsk_defrg.htm']
	],
];
  /*['Post Install', 'http://basconotw.mvps.org/98_priority1.htm']*/
  /*['Win32 Browsers', null, null, 
      ['Internet Explorer 5+'],
      ['Netscape 6.0+'],
      ['Mozilla 0.9+'],
      ['AOL 5+'],
      ['Opera 5+']
    ],
    ['Mac OS Browsers', null, null,
        ['Internet Explorer 5+'],
        ['Netscape 6.0+'],
        ['Mozilla 0.9+'],
        ['AOL 5+'],
        ['Safari 1.0+']
    ],
    ['KDE (Linux, FreeBSD)', null, null,
        ['Netscape 6.0+'],
        ['Mozilla 0.9+']
    ],
    ['Unsupported Browsers', null, null,
        ['Internet Explorer 4.x'],
        ['Netscape 4.x']
    ],*/
  /*['Spy/Adware & Viruses', null, null,
    ['Hoaxes', 'http://basconotw.mvps.org/hoaxes.htm'],
    ['Spyware/Adware', 'http://basconotw.mvps.org/parasite.htm'],
    ['Viruses', 'http://basconotw.mvps.org/98_viruses.htm']
  ],
  ['Miscellaneous', null, null,
    ['Win98 Cab File', 'http://basconotw.mvps.org/98_cabs.htm'],
    ['Win98SE Cab Files', 'http://basconotw.mvps.org/98SE_cabs.htm'],
    ['Downloads', 'http://basconotw.mvps.org/dwnlds.htm']
  ],
  ['Symantec', null, null,
    ['If Add/Remove fails >', null, null,
      ['NIS,NAV,NSW,2003/2004/2005', 'http://basconotw.mvps.org/SymRem.htm'],
      ['NAV 2003 & earlier', 'http://service1.symantec.com/SUPPORT/nav.nsf/docid/2001092114452606']
    ],
  ],
 [' ', ' ', ' '],
    ['E-mail', 'http://www.softcomplex.com/support.html'],
    ['ICQ: 31599891'],
    ['Y! ID: softcomplex'],
    ['AIM ID: softcomplex'] 
  ],
  ['XP Help', null, null,
    ['Installation', 'http://basconotw.mvps.org/xpinstall.htm']
  ['Other for now', 'http://basconotw.mvps.org/otherxp.htm']
  ],*/



