/*
  --- 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', '/ebusinesssite/default.asp', null ],
	
	['Stay Informed', '', null,
		['eNewsletter', '/ebusinesssite/news-newsletter.asp'],
		['Up Coming Events', '/ebusinesssite/news-events.asp'],
		['Discussion Forum', '/ebusinesssite/news-mailing-list.asp'],
		['Case Studies', '/ebusinesssite/Case_studies/case_study_index.asp'],
	],
	
	['Finding Help', '', null,
		['Solution Providers', '/ebusinesssite/categories.asp'],
		['Links', '/ebusinesssite/links.asp'],
		['Glossary', '/ebusinesssite/glossary.asp'],
	],

	['Contact Us', '/ebusinesssite/contact.asp', null ],


];

