/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Contact Us', 'contact_us.html'],
	['Committees', null, null,
		['President', 'president.html'],
		['Board', 'board.html'],
		['Committees', 'committees.html'],
		['Reps', 'representatives.html']
	],
	['Events', null, null,
		['Calendar', 'calendar.html'],
		['Scientific', 'scientific.html', null,
			['Course Info', 'sci_course_info.html'],
			['Handouts', 'sci_handouts.html']
		],
		['Anesthesia', 'anesthesia.html', null,
			['Course Info', 'ane_course_info.html']
		],
		['CE Courses', 'ce_courses.html']
	],
	['ByLaws', 'bylaws.html'],
	['Pictures', 'pictures.html'],
	['Links', 'links.html'],
	['Job Listings', 'job_listing.html']
];
