/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Program Info', null, null,
		['Introduction', 'intro.htm'],
		['Background', 'background.htm'],
		['Goals and Funding', 'funding.htm'],
	],
	['Noise', null, null,
		['Noise Basics', 'noise.htm'],
		['Measuring Aircraft Noise', 'measuring.htm'],
		['NEMs', 'nems.htm'],
	],
	['Guidelines', null, null,
		['Eligibility', 'eligibility.htm'],
		['Design', 'design.htm'],
	],
	['How It Works', 'program.htm'],
	['Facts', null, null,
		['Sound Facts', 'facts.htm'],
		['FAQs', 'faqs.htm'],
	],
	['Announcements', 'index.htm'],
	['Contact Info', 'contact.htm'],
	['Home', 'index.htm'],
];

