// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Home", "../default.asp", null,
	],
	["Community", "../Community/Community.asp", null,
		["Community Events", "../Community/Community.asp", null],
		["Patient Pics", "../Community/Viewer_Results.asp", null],
		["Local Businesses", "../Community/Aff_Display.asp", null],
		["Quick Pet Tips", "../Community/Emergency_QTips.asp", null]
	],
	["Clients", "../Appointment/appointment_scheduling.asp", null,
		["Appointment Online", "../Appointment/appointment_scheduling.asp", null],
		["Pet Info", "../Clients/Pet_Display.asp", null],
		["Ask A Question", "../Clients/Client_EmailQ.asp", null],
		["Education Handouts", "../Clients/Lifelearn.asp", null],
		["Education at Westgate", "../Clients/searchHandouts.asp", null],
		["Update Client Info", "../Clients/Client_Update.asp", null],
		["Account Maintenance", "../Clients/Account_maint.asp", null]	
	],
	["Prescriptions", "../search.asp", null,
		["Order Prescriptions", "../search.asp", null],
		["Your Favorites", "../savecart.asp", null],
		["Current Order", "../order.asp", null],
		["Previous Orders", "../neworder.asp", null]
	],
	["Services", "../services/services.asp", null,
		["Quality Service", "../services/services.asp", null],
		["Appointments", "../services/service_appts.asp", null],
		["Safe Anesthesia", "../services/service_anes.asp", null],
		["Puppy School", "../Services/Puppy_school.asp", null],
		["Emergencies", "../services/service_emerg.asp", null]
	],
	["Best Care", "../BestCare/annual_exam.asp", null,
		["Annual Exam", "../BestCare/annual_exam.asp", null],
		["Bandage Care", "../BestCare/Bandages.asp", null],
		["Dental Care", "../BestCare/Dental_care.asp", null],
		["Flea Protection", "../BestCare/Fleas.asp", null],
		["Grieving Pet Loss", "../BestCare/Mourning.asp", null],
		["Important Tests", "../BestCare/Important_tests.asp", null],
		["Life-stage Nutrition", "../BestCare/Life_nutrition.asp", null],
		["Pain Management", "../BestCare/Pain Management.asp", null],
		["Parasite Protection", "../BestCare/Intestinal_parasites.asp", null],
		["Plants", null, null,		
				["Plants Non Toxic", "../BestCare/Plants_non.asp", null],
				["Plants Mod Toxic", "../BestCare/Plants_mild.asp", null],
				["Plants Very Toxic", "../BestCare/Plants_toxic.asp", null],
		],
		["Proper Home Care", "../BestCare/Home_care.asp", null],
		["Proper Identification", "../BestCare/Proper_id.asp", null],
		["Proper Pet Weight", "../BestCare/Proper_weight.asp", null],
		["Senior Care", "../BestCare/Senior_care.asp", null],
		["Vaccinations", null, null,		
				["Vax for Dogs", "../BestCare/Vacc_dog.asp", null],
				["Vax for Cats", "../BestCare/Vacc_cat.asp", null],
				["Vax for Pups", "../BestCare/Vacc_pup.asp", null],
				["Vax for Kittens", "../BestCare/Vacc_kit.asp", null],
		],
		["Pilling Tips", "../BestCare/Pilling.asp", null]
	],
	["About Us", "../AboutUs/WhatsNew.asp", null,
		["What's New", "../AboutUs/WhatsNew.asp", null],
		["Our Vets", "../AboutUs/Veterinarians.asp", null],
		["Find Us", "../AboutUs/map.asp", null],
		["History 1963", "../AboutUs/History1963.asp", null],
		["History 1993", "../AboutUs/History1993.asp", null],
		["Open House 2009", "../AboutUs/Open2009.asp", null]
	]
];
