/*
  --- 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 = [
	['OCIO Links', null, null,
		 ['PMB Home', 'http://www.doi.gov/pmb'],
		 ['About Hord Tipton', 'http://www.doi.gov/ocio/people/hord_tipton.html'],
		 ['Overview', 'http://www.doi.gov/ocio/aboutus.html'],
		 ['Strategic Plan', 'http://www.doi.gov/ocio/strategic_plan.html'],
	],
	['Programs', null, null,
		 ['Enterprise Architecture', 'http://www.doi.gov/ocio/architecture/index.html'], 
		 ['IT Capital Planning', 'http://www.doi.gov/ocio/cp/index.html'], 
		 ['Section 508', 'http://www.doi.gov/ocio/section508/index.html'], 
		 ['Records Management', 'http://www.doi.gov/ocio/records/index.html'], 
		 ['Privacy', 'http://www.doi.gov/ocio/privacy/'], 
		 ['FOIA', 'http://www.doi.gov/foia/'], 
		 ['Enterprise Licensing Agreements/Contracts', 'http://www.doi.gov/ocio/erm/'], 
		 ['Government Paperwork Elimination Act - GPEA', 'http://www.doi.gov/ocio/gpea/index.html'], 
		 ['Telecommunications', 'http://www.doi.gov/ocio/tsd/index.html'], 
		 ['IT Security', 'http://www.doi.gov/ocio/security/index.html'], 
	],
	['Employee Corner', null, null,
		 ['Employment', 'http://www.doi.gov/doijobs/doijobs.html'], 
	],
];