/*
  --- 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 = [

	['EIS', 'EIS.cfm', null,	
	 
	],
	['The Area', 'The_Area.cfm', null,	
	 
	],
	
	['Current Use', 'Current_Use.cfm', null,	
	 
	],
	
	['Project History', 'history.cfm', null,	
	 
	],
	
	['Project Elements', 'Project_Elements.cfm', null,
		['Conceptual Plan', 'Conceptual_Plan.cfm'],
		['Analysis', 'Analysis.cfm'],
		['Plans', 'Plans.cfm'],
		['Funding', 'funding.cfm'],
		['Ownership', 'Ownership.cfm'],
		['Construction', 'construction.cfm'],
	],

	['Proposed Concept','Proposed_Concept_Plan.cfm', null,

	],

	['Environmental', 'Environmental.cfm', null,
		['Steps', 'steps.cfm'],
		['Agency Meetings', 'agency.cfm'],
		['Public Meetings', 'Public_Meetings.cfm'],
		['Fieldwork', 'Field.cfm'],
		['Scoping', 'scoping.cfm'],

	],
	
	['Land Use Plan', 'Land_Use_Plan.cfm', null,
		['Overview', 'overview.cfm'],
		['Management Plans', 'Management_Plans.cfm'],
		['Special District', 'Special_District.cfm'],

	],	
	['Meetings','Meetings.cfm', null,

	],
	
	['Timelines', 'timelines.cfm', null,
		['Overall', 'Overall.cfm'],
		['Environmental', 'Environment.cfm'],
		
	],
	
	['Documents', 'Documents.cfm', null,
	
	],
	
	['Press Coverage', 'Press_Coverage.cfm', null,
	
	],
	
	['Comments', 'comments.cfm', null,
	
	],
	
	['FAQs', 'FAQs.cfm', null,
	
	],
	
	['Team & Contacts', 'contacts.cfm', null,

	],	
	['Related links','links.cfm', null,

	],
];

