/*
  --- 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.htm'],
	['About Us','about.htm'],
	['Products', null, null,
		['Level I Package','level1.htm'],
		['Level II Package','level2.htm'],
		['Premier Package','premier.htm'],
		['Level III Package','level3.htm'],
		['Platinum Package','platinum.htm']
	],
	['Pay Plan','payplan.htm'],
	['Testimonials', null, null,
		['Product','test_product.htm'],
		['Business','test_business.htm']
	],
	['FAQ', null, null,
		['Product','faq_product.htm'],
		['Business','faq_business.htm'],
		['Online PDF-documents','documents.htm']
	],
	['Contact','contact.htm'],
	['Getting Started','buy.htm']
];

