/*
  --- 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 = [
	['Board Meetings','',{ 'tw' : '_blank' , 'sb' : 'Board Meetings'},
		['Upcoming Meetings','/meetings/index.html',{ 'tw' : '_self' , 'sb' : 'Upcoming Meetings'}],
		['Previous Meetings','/meetings/previous.html',{ 'tw' : '_self' , 'sb' : 'Previous Meetings'}],
	],
	['About NOCSAE','',{ 'tw' : '_blank' , 'sb' : 'About NOCSAE'},
		['About Us','/about/index.html',{ 'tw' : '_self' , 'sb' : 'About Us'}],
		['History and Purpose','/about/history.html',{ 'tw' : '_self' , 'sb' : 'History and Purpose'}],
	],
	['Board of Directors','/about/board.html',{ 'tw' : '_self' , 'sb' : 'Board of Directors'}],
	['Standards','',{ 'tw' : '_blank' , 'sb' : 'Standards'},
		['Documents','/standards/documents.html',{ 'tw' : '_self' , 'sb' : 'Documents'}],
		['Statement on Shared Responsibilities','/standards/statement.html',{ 'tw' : '_self' , 'sb' : 'Statement on Shared Responsibilities'}],
	],
	['Research','',{ 'tw' : '_blank' , 'sb' : 'Research'},
		['Research Scope','/research/scope.html',{ 'tw' : '_self' , 'sb' : 'Research Scope'}],
		['Applying for Funding','/research/funding.html',{ 'tw' : '_self' , 'sb' : 'Applying for Funding'}],
		['Grants and Contracts','/research/grants.html',{ 'tw' : '_self' , 'sb' : 'Grants and Contracts'}],
	],
	['FAQs','/faq/index.html',{ 'tw' : '_self' , 'sb' : 'FAQs'}],
	['Newsletters','/newsletters/index.html',{ 'tw' : '_self' , 'sb' : 'Newsletters'}],
	['Related Websites','',{ 'tw' : '_blank' , 'sb' : 'Related Websites'},
		['General Interest','/related/general.html',{ 'tw' : '_self' , 'sb' : 'General Interest'}],
		['Research and Testing Laboratories','/related/research.html',{ 'tw' : '_self' , 'sb' : 'Research and Testing Laboratories'}],
	],
	['Contact Us','/contact/index.html',{ 'tw' : '_self' , 'sb' : 'Contact Us'}],
	['Search','/search.cgi',{ 'tw' : '_self' , 'sb' : 'Search'}],
	['Adminstration','/admin/index.html',{ 'tw' : '_self' , 'sb' : 'Administration'}],
	['Licensee Login','/Licensees/index.html',{'tw' : '_self' , 'sb' : 'Licensee Login'}],
	];