/*
  --- 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.
*/
//alert ('MENU_ITEMS.js');
var MENU_ITEMS = [
	['By Organization', '/reports/index.htm#org', null,
		['BIA', 'http://dear.nbc.gov/reports/DEAR/BIA/index.html',"/reports/images/tab/bia_tab.gif"],
		['BLM', 'http://dear.nbc.gov/reports/DEAR/BLM/index.html'],
		['BOR', 'http://dear.nbc.gov/reports/DEAR/BOR/index.html'],
		['DOI', 'http://dear.nbc.gov/reports/DEAR/DOI/index.html'],
		['FWS', 'http://dear.nbc.gov/reports/DEAR/FWS/index.html'],
		['MMS', 'http://dear.nbc.gov/reports/DEAR/MMS/index.html'],
		['NBC', 'http://dear.nbc.gov/reports/DEAR/NBC/index.html'],
		['NPS', 'http://dear.nbc.gov/reports/DEAR/NPS/index.html'],
		['OSM', 'http://dear.nbc.gov/reports/DEAR/OSM/index.html'],
		['USGS', 'http://dear.nbc.gov/reports/DEAR/USGS/index.html'],
	],
	['By Blueprint', '/reports/index.htm#blue', null,
		['Financial Management', 'http://dear.nbc.gov/reports/DEAR/fin/index.html'],
		['Wildland Fire Management', 'http://dear.nbc.gov/reports/DEAR/fire/index.html'],
		['Law Enforcement', 'http://dear.nbc.gov/reports/DEAR/law/index.html'],
		['Recreation', 'http://dear.nbc.gov/reports/DEAR/rec/index.html'],
	],
	['Enterprise-Wide', 'http://dear.nbc.gov/reports/index.htm#ent', null,
		['Enterprise Nightly Reports', 'http://dear.nbc.gov/reports/DEAR/DEAR/index.html'],
		['Enterprise Panel Reports', 'http://dear.nbc.gov/reports/DEAR/DEAR/OCIO-PANEL/default.htm'],
	],
	['OCIO EA Program', 'http://www.doi.gov/ocio/ea', null,
		['MBT', 'http://www.doi.gov/ocio/architecture/mbt'],
		['DEAR', 'http://dear.nbc.gov/'],
		['DEAR Training', 'http://dear.nbc.gov/reports/documents/deartraining.htm', null,
			['DEAR Reports and MBT', 'http://dear.nbc.gov/reports/documents/deartraining.htm#mbtuser'],
			['DEAR Report User', 'http://dear.nbc.gov/reports/documents/deartraining.htm#reportuser'],
			['DEAR Regular User', 'http://dear.nbc.gov/reports/documents/deartraining.htm#regularuser'],
			['DEAR Security User', 'http://dear.nbc.gov/reports/documents/deartraining.htm#securityuser'],
		],
		['DEAR Reports Home', 'http://dear.nbc.gov/reports'],
		['DEAR Metamodel', 'http://www.doi.gov/ocio/architecture/metamodel'],
	],
	['Reference Models', 'http://www.doi.gov/ocio/architecture/fea.htm', null,
		['Performance', 'http://www.doi.gov/ocio/architecture/fea.htm#PRM'],
		['Business', 'http://www.doi.gov/ocio/architecture/fea.htm#BRM'],
		['Data', 'http://www.doi.gov/ocio/architecture/fea.htm#DRM'],
		['Service Component', 'http://www.doi.gov/ocio/architecture/fea.htm#SRM'],
		['Technical', 'http://www.doi.gov/ocio/architecture/fea.htm#TRM'],
		['DEAR Glossary', 'http://www.doi.gov/ocio/architecture/fea.htm#M'],
	],
	['My Preferences', 'http://dear.nbc.gov/reports/prefs.htm', null,
		['Set/Change Password', 'https://dear.nbc.gov/pwd/'],
		['Set/Change Email', 'https://dear.nbc.gov/update/'],
		['Set/Change Phone', 'https://dear.nbc.gov/update/'],
		['Email HelpDesk', 'mailto:nbcden_itsc@nbc.gov'],
	],
];

//var MENU_ITEMS_SUB = [['Quick Links', null, null, && MENU_ITEMS && ]];