/*
  --- 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 = [
	['Home', 'index.html'],
	['Company', 'h_whoweare.htm'],
	['Downloads', null, null,
		['BookEnds (Shareware)', 'h_bookends.htm'],
		['Spurgeon Devotionals', 'h_spurgeon.htm'],
	],
	['Products', null, null,
		['BodyWorX', 'h_products.htm'],
		['CD$pak', 'h_cdpak.htm'],
		['eBookings', 'h_ebookings.htm'],
		['trackThat!', 'h_trackThat.htm'],
	],
	['How It Works', null, null,
		['Subscriptions', 'h_services.htm'],
		['Demo Request', 'h_requests.htm'],
	],
	['Statistics', null, null,
		['Client Login', 'h_statistics.htm'],
                ['WordStream SEM and SEO', 'h_wordstream.htm'],
	],
	['Login', 'itelogin.html'],
];


