// 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"],
	],
	["6 Professional Standards", "../06-ProfessionalStandards/professional.asp",
		["Learning Objectives", "../06-ProfessionalStandards/6-0-LearningObjectives.asp"],
		["What professionalism means", "../06-ProfessionalStandards/6-1-WhatProfessionalismMeansForNWCOs.asp"],
		["A voluntary code of ethics for NWCOs","../06-ProfessionalStandards/6-1-WhatProfessionalismMeansForNWCOs.asp#code"], 
		["Optional activities", "../06-ProfessionalStandards/6-2-OptionalActivities.asp"],
		["Review questions", "../06-ProfessionalStandards/6-3-ReviewQuestions.asp"]
	],
	["Resources", "../11-AppendixEResources/resources.asp",
		["Dobbins Products", "http://www.trapperman.com"],
		["National Animal Control Association", "http://www.nacanet.org"],
		["National Wildlife Control Operators Assoc.", "http://www.nwcoa.com"],
		["Nuisance Wildlife Management Assoc.", "http://www.wctech.com"]
	]
];

