// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Table of contents", "../00-contents/contents.asp",
		["Complete list of manual contents", "../00-contents/contents.asp"],
		["Ch 1  Introduction", "../01-Introduction/introduction.asp"],
		["Ch 2  Needs of people and wildlife", "../02-BalancingTheNeedsOfPeopleAndWildlife/needs.asp"],
		["Ch 3  Legal issues", "../03-LegalIssues/legal.asp"],
		["Ch 4  Job safety", "../04-Safety/Safety.asp"],
		["Ch 5  Best practices", "../05-BestPractices/bestPractices.asp"],
		["Ch 6  Professionalism", "../06-ProfessionalStandards/professional.asp"],
		["App A  Glossary", "../07-AppendixAGlossary/7-1-glossary.asp"],
		["App B  Common nuisance species", "../08-AppendixBNuisanceSpecies/factsheets.asp"],
		["App C  Protected species", "../09-AppendixCBeyondtheRoutine/protectedWildlife.asp"],
		["App D  Contacts and suppliers", "../10-AppendixDSuppliers/suppliers.asp"],
		["App E  Resources", "../11-AppendixEResources/resources.asp"],
		["Instructions for printing", "../00-contents/printing.asp"],
	],
	["Contacts", null,
		["NYS DEC Offices", "../10-appendixDSuppliers/10-1-DECRegionalWildlifeOffices.asp"],
		["Cooperative Extension", "../10-appendixDSuppliers/10-2-CornellCooperativeExtensionOffices.asp"],
		
	],
	["Equipment suppliers ", "../10-appendixDSuppliers/10-3-EquipmentSuppliers.asp"],
		

	["Resources", null,
		["Dobbins Products", "www.trapperman.com"]
	]
];
