/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.php'],
	['PRODUCTS', 'Products.php', null,
		['&nbsp;Consulting', 'Consulting.php'],
		['&nbsp;Bond Activation System', 'Bond.php']
			],
	['ABOUT US', 'AboutUs.php', null,
		['&nbsp;Our People', 'People.php'],
		['&nbsp;History', 'History.php'],
		['&nbsp;Affiliations', 'Affiliations.php']
		
	],
	['CONTACT US', 'ContactUs.php', null,
	 	['&nbsp;Request Information', 'Request.php']
	],
	];
