var TREE_ITEMS = [
	['', null,
		['Corporate', 0,
			['CEO Message', 'PHP/ceo-message.php'],
			['Management','PHP/managementTeam.php',0],
			['Achievement','PHP/achievements.php',0],
			['Setup','PHP/setup.php',0],
			['Offices','PHP/offices.php',0],
		],
		['Products', 0,
			['Glass','PHP/glass-lens.php'],
			['Plastic','PHP/plastic-lens.php',0],
			['Prescription','PHP/prescription-lens.php',0],
			['Semi Finish','PHP/semi-finish-lens.php',0],
		],
		['Career', 0,
			['HR Policy','PHP/hr-policy.php'],
			['Openings','PHP/openings.php',0],
		],
		['Dealership','PHP/dealershipEnquiry.php'],
		['Tell A Friend','PHP/tellAFriend.php'],
		['FAQs','PHP/faq.php'],
		['Glossary','PHP/glossary-a.php'],
		['Lens Care Tips','PHP/lensCareTips.php'],
		['Purchase Guide','PHP/lensPurchaseGuide.php'],
	]
];