/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About NAEIS', '/aboutnaeis/aboutnaeis.htm', null,
		['General Information', '/aboutnaeis/aboutnaeis.htm', null,],
		['» NAEIS Membership', '/aboutnaeis/membership.htm', null,
			['» Membership Application', '/pdf/MembershipApplication.pdf', {'tw':'_blank'}],
		],
		['» Board of Directors', '/aboutnaeis/board.htm', null,],
		['» Short History of NAEIS', '/aboutnaeis/history.htm', null,
		],
		['» Past Presidents', '/aboutnaeis/presidents.htm'],
		['» Speakers Bureau', '/aboutnaeis/speakers.htm'],
	],
	['NAEIS News', '/news/newsheadlines.htm'],
	['NAEIS Gatherings', '/conferences/conf.htm', null,
	],
	['Professional Standards', '/prof-standards/standards.htm', null,
	],
	['Resources', '/resources/resources.htm', null,
	],
	['Home', 'http://www.naeis.org/'],
];

