/*
  --- 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 = [
	['NAS Program Home', '/', null,

		['About NAS', '/about/default.asp'],
		['Staff', '/about/staff.asp'],
		['FAQ', '/about/faq.asp'],
		['Partners', '/about/partners.asp'],
		['Products', null, null,
		   	['PowerPoint Presentations', '/presentations'],
			['Posters', '/presentations/posters'],
			['Reports', null, null,
		 		['Plant Database Workshop', '/publications/plant_workshop/npwrkshp/index.html'],
				['USFWS Region 4 Report', '/publications/R4finalreport.pdf'],
				['USFWS Region 5 Report', '/publications/R5finalreport.pdf'],
			],
		],
		['Report a species', '/SightingReport.asp', null,
		 	['By e-mail', '/SightingReport.asp'],
			['Phone: 877-STOP-ANS', null,
			 ]
		 ],
	],
	['News', '/news/default.asp', null,
		['Program News', '/news/default.asp?cat=1'],
		['Recent Reports', '/news/default.asp?cat=2'],
		['Website Updates', '/news/default.asp?cat=3'],
	],
	['Alert System', '/AlertSystem/default.asp', null,
		['Browse Archive', '/AlertSystem/default.asp'],
		['Email Alert Sign-up', null, null,
			['Register', '/AlertSystem/register.asp'],
			['Login', '/AlertSystem/alerts.asp'],
		],
		['Flowchart - How it works', '/presentations/alert system flow chart.mht'],
		['Report a species', '/SightingReport.asp', null,
		 	['By e-mail', '/SightingReport.asp'],
			['Phone: 877-STOP-ANS', 'http://cars.er.usgs.gov/Nonindigenous_Species/Stop_ANS/stop_ans.html'],
		],
	],
	['Database & Queries', '/queries/default.asp', null,
		['NAS Database', '/queries/default.asp', null,
			['Text Queries', '/queries/SpSimpleSearch.asp', null,
				['Simple', '/queries/SpSimpleSearch.asp'],
				['Advanced', '/queries/SpSearch.asp'],
			],
			['Query By State', '/queries/StateSearch.asp'],
			['Query By State-County', '/queries/stco.asp'],
			['Query By HUC 2', '/queries/huc2.asp'],
			['Query By HUC 6', '/queries/huc6_us.asp'],
			['Query By HUC 8', '/queries/huc8.asp'],
		],
//		['Plant Queries', '/queries/plants/default.asp', null,
//			['Query By Name', '/queries/plants/PlantTextSearch.asp'],
//			['Query By State', '/queries/plants/PlantState.asp'],
//			['Query By HUC 6', '/queries/plants/planthuc6_us.asp'],
//		],
		['Graphs\&Charts', '/graphs/'],
		['Reference Database', '/queries/references/QueryReferences.asp'],
		['Database Info', null, null,
		 	['Database FAQ', '/about/database_faq.asp'],
			['Metadata', '/about/metadata.html'],
			['PowerPoints', '/presentations/database_presentations.asp'],
			['Data Disclaimer', '/disclaimer.asp']
		],
		['Report a species', '/SightingReport.asp', null,
		 	['By e-mail', '/SightingReport.asp'],
			['Phone: 877-STOP-ANS', null,
			 ]
		 ],
		['Data Disclaimer', '/disclaimer.asp']
	],
	['General Taxa Information', '/taxgroup/default.asp', null,
		['Plants', null, null,
			['All Plants', '/taxgroup/plants/'],
		],
		['Vertebrates', null, null,
			['Amphibians', '/taxgroup/amphibians/'],
			['Reptiles', '/taxgroup/reptiles/'],
			['Fish', '/taxgroup/fish/'],
			['Mammals', '/taxgroup/mammals/'],
		],
		['Invertebrates', null, null,
			['Tunicates', '/taxgroup/Tunicates/default.asp'],
			['Bryozoans', '/taxgroup/Bryozoans/'],
			['Sponges', '/taxgroup/Sponges/'],
			['Coelenterates', '/taxgroup/Coelenterates/'],
			['Annelids', '/taxgroup/Annelids/'],
			['Mollusks', '/taxgroup/Mollusks/'],
			['Crustaceans', '/taxgroup/Crustaceans/'],
		]
	],
	['Links to Other Resources', '/links/default.asp', null,
	 	['NISbase', 'http://nisbase.org'],
	 	['Alphabetical listing', '/links/alphalinks.asp'],
		['General links', '/links/generallinks.asp'],
		['Freshwater links', '/links/freshwaterlinks.asp'],
		['Marine links', '/links/marinelinks.asp'],
		['Fish links', '/links/fishlinks.asp'],
		['Amphibian and Reptile links', '/links/herplinks.asp'],
		['Regional links', '/links/regionallinks.asp'],
		['Laws', '/links/lawlinks.asp'],
	],
];

