// menu_items.js file

var MENU_ITEMS =[
	
	["Education", null,
		["General Information", '../../education/GeneralEducation.asp'],
		["Kids and Educators", '../../education/kids_and_educators.asp'],
		["Universities", '../../education/Universities.asp'],
		["Professional Education", '../../education/ProfessionalEducation.asp'],
	],
	["Publications", 'http://icwdm.org/Publications/Default.aspx',
		["Magazines/Newsletters", '../../Publications/MagsAndNews.aspx'],
		["Ordering Info", '../../publications/ordering.asp'],
		["Research--Biology", '../../publications/ResearchBio.aspx'],
		["Research--Wildlife Damage", '../../Publications/ResearchWDM.aspx'],
		["Videos", 'http://www.icwdm.org/video/defaultvideos.asp'],
		["Wildlife Fact Sheets", 'http://icwdm.org/Publications/WildlifePublications.asp'],
	],
	["Professional", 'http://icwdm.org/Professional/Index.aspx',
		["Ask the Expert, Professional", '../../Professional/asktheexpertpro.aspx'],		
		["Associations", '../../Professional/Associations.aspx'],
		["Education and Training", '../../education/EducationAndTraining.aspx'],
		["Job Openings", 'http://icwdm.org/Professional/Jobs.aspx'],
		["Online Guides", null,
			["Wildife Damage Mngment", '../../handbook/index.aspx'],
			["NWCO", 'http://nwco.net']
		],
		["Professional's Corner", 'http://icwdm.org/Professional/Index.aspx'],
		["Vendor Information", null,
			["Service Providers", 'http://icwdm.org/VendorsService/Default.aspx'],
			["Product Vendors", 'http://icwdm.org/VendorProduct/Default.aspx']
		],			
	],
	
	["Agencies", '../../agencies/Agencies.aspx',
		["Federal", '../../agencies/Federal.aspx'],
		["State", '../../agencies/State.aspx'],
		["International", '../../agencies/International.aspx'],
		["Special/Private", '../../agencies/SpecialAgencies.asp'],
		["Laws and Regulations", '../../agencies/LawsAndRegs.aspx'],
		["Coperative Extension", 'http://www.csrees.usda.gov/Extension/index.html'],
		["Disease Management", '../../agencies/diseaseagencies.asp']
	],
	["Solutions",'http://icwdm.org/Solutions.aspx',
		["Identifying the problem", '../../Inspection/Default.aspx'],
		["Backyard Habitat", 'http://icwdm.org/Humaninteractions/backyardhabitat.asp'],
		["Control Methods", '../../ControlMethods/Default.aspx'],
		["Damage Prevention", '../../Prevention/Default.aspx'],
		["Problem Species", 'http://www.icwdm.org/wildlife/default.asp'],
		["Animal Handling", '../../wildlife/euthanasia/Default.aspx'],
		["Commercial Products", '../../VendorProduct/Default.aspx'],
		["Professional Services", '../../VendorsService/Default.aspx'],
	],
	["How-to Guides", null,
		["Glossary & Dictionary", 'http://icwdm.org/Glossary/Default.aspx'],
		["NWCO Best Practices", 'http://nwco.net',
			["1 Introduction", 'http://nwco.net/01-Introduction/introduction.asp'],
			["Needs and Issues", 'http://nwco.net/02-BalancingTheNeedsOfPeopleAndWildlife/needs.asp'],
			["3 Legal Issues", 'http://nwco.net/03-LegalIssues/legal.asp'],
			["4 Job Safety", 'http://nwco.net/04-Safety/Safety.asp'],
			["5 Best Practices", 'http://nwco.net/05-BestPractices/bestPractices.asp'],
			["6 Professionalism", 'http://nwco.net/06-ProfessionalStandards/professional.asp'],
			["Nusiance Species", 'http://nwco.net/08-AppendixBNuisanceSpecies/factsheets.asp'],
			["Wildlife Diseases", 'http://nwco.net/04-Safety/4-4-1-HowDoYouCatchThem.asp']
		],
		["Wildlife Control Manual", '../../handbook/index.aspx',
			["Damage Identification", '../../handbook/index.aspx#di'],
			["Birds", '../../handbook/index.aspx#bird'],
			["Carnivores", '../../handbook/index.aspx#carn'],
			["Other Mammals", '../../handbook/index.aspx#om'],
			["Reptiles", '../../handbook/index.aspx#rae'],
			["Rodents", '../../handbook/index.aspx#rod'],
			["Supplies", '../../handbook/index.aspx#sam'],
			
		],	
		
	],
	["Resources", null,
		["Animal Damage ID", '../../Inspection/Default.aspx'],
		["Ask the Expert", '../../credits/asktheexpert.aspx'],
		["Lists of Publications", 'http://icwdm.org/WildlifePublications.asp'],
		["Photo Albums", '../../Photos/wildlifephotos.asp'],
		["Videos", 'http://www.icwdm.org/video/defaultvideos.asp'],
		["WildlifeControl.info", 'http://wildlifecontrol.info']
	],
	["Animal Threats", '../../Humaninteractions/animalthreats.asp',
		["Animal Attacks", '../../Humaninteractions/animalthreats.asp'],
		["Animal Collisions", '../../Humaninteractions/animalthreats.asp'],
		["Diseases", '../../Diseases/Diseases.aspx'],
		["Disease Resources", '../../diseases/default.asp',
			["Agencies", '../../agencies/diseaseagencies.asp'],
			["Cntrs for Disease Cntrl", 'http://www.cdc.gov/'],
			["Job Safety", 'http://nwco.net/04-Safety/4-4-1-HowDoYouCatchThem.asp'],
			["Public Library of Science", 'http://biology.plosjournals.org'],
			["USA Library of Medicine", 'http://www.nlm.nih.gov/'],
			["Wildlife Disease Assoc.", 'http://www.wildlifedisease.org/']
		],
		["Invasive Species",'http://icwdm.org/Invasives/default.asp',
			["Asian Carp", 'http://asiancarp.org/']
		],
	],
	["News", 'http://icwdm.org',
		["Wildlife Damage News", '../../news/animaldamagenews.asp'],
		["Meetings", '../../news/meetings.asp'],
		["Announcements", 'http://icwdm.org/Default.asp'],
		["Opportunities", 'http://icwdm.org/Professional/Jobs.aspx']
	]
];


