/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php'],
	['About', null, null,
		['Historical Perspective', 'a_hist.php'],
		['Establishment', 'a_estab.php'],
		['Objectives', 'a_obj.php'],
		['Strategies', 'a_obj.php#strat'],
		['Launghing of BUETAA', 'a_launch.php'],
		['Message from the President', 'a_msg.php'],
		['Memorandum of Articles of Association', 'Companies Act_BUET Alumni.pdf']
	],
	['Management', 'mgt.php'],
	['Constitution', null, null,
		['Companies Act', 'Companies Act_BUET Alumni.pdf'],
		['Founder Board of Trustee', 'founder_board_of_trustee.php']
	],
	['Membership', 'MemberForm.php'],
	['Events', null, null,
		['Past Events', 'events.php'],
		['Upcomming Events', 'upcomingevents.php']
	],
	['Gallery', 'staticimageviewer/index.php'],
	['Contact Us', 'contact.php']
];

