var dogmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "dogmenu" is a unique name!
dogmenu.items=[
	["Chapter Breeders", "http://illowanavhda.org/hunting-dogs/index.shtml"],
	["Planned Litters", "http://illowanavhda.org/hunting-dogs/litters.shtml"],
	["Puppies for Sale", "http://illowanavhda.org/hunting-dogs/puppies.shtml"],
	["Started Dogs for Sale", "http://illowanavhda.org/hunting-dogs/started-dogs.shtml"],
	["Stud Services", "http://illowanavhda.org/hunting-dogs/studs.shtml"] //no comma following last entry!
]

var testingmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "testingmenu" is a unique name!
testingmenu.items=[
	["Testing Information", "http://illowanavhda.org/testing/index.shtml"],
	["Fall Test Info & Registration", "http://illowanavhda.org/testing/fall-test.shtml"]
	// ["Mock Test Info & Registration", "http://illowanavhda.org/testing/mock-test-registration.shtml"] //no comma following last entry!
]

var trainingmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "trainingmenu" is a unique name!
trainingmenu.items=[
	["Training Methods", "training/methods.shtml"],
	["Training Products/Services", "training/services.shtml"],
	["Training Supplies/Equipment", "training/equipment.shtml"],
	["Training Locations", "training/locations.shtml"] //no comma following last entry!
]
