/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'home.php', {'tw':'_self'}],
	['About Us', 'aboutus.php', {'tw':'_self'},
		['Qualifications and Position Papers', 'quals.php', {'tw':'_self'}],
		['Staff Resumes', 'resumes.php', {'tw':'_self'}]
	],
	['Industries', 'industries.php', {'tw':'_self'},
		['Fossil and Nuclear Power', 'fossilnuclear.php', {'tw':'_self'}],
		['Chemical Prod & Hazardous Waste Mgmt', 'chemical.php', {'tw':'_self'}],
		['Government Regulatory Agencies', 'government.php', {'tw':'_self'}],
		['Hospital & Healthcare Mgmt', 'hospitals.php', {'tw':'_self'}],
		['Public Utilities', 'utilities.php', {'tw':'_self'}],
		['Financial Institutions & Insurance', 'financialinst.php', {'tw':'_self'}],
		['DOE Defense Transporation', 'departments.php', {'tw':'_self'}],
		['NASA', 'nasa.php', {'tw':'_self'}],
		['Oil Industry', 'oil.php', {'tw':'_self'}]
	],
	['Capabilities', 'capabilities.php', {'tw':'_self'},
		['Project Management', 'projmgmt.php', {'tw':'_self'}],
		['Experience', 'experience.php', {'tw':'_self'}],
		['Core Competencies', 'corecomp.php', {'tw':'_self'}],
		['Training', 'training.php', {'tw':'_self'}]
	],
	['Contact', 'contactus.php', {'tw':'_self'}],
	['Search', 'search.php', {'tw':'_self'}]
];
