/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	['About Us', 'intro.html', null,
		['Introduction', 'intro.html'],
		['Your Cat\'s Visit', 'visitinfo.html'],
		['Services', 'services.html'],
		['Wellness Program', 'wellness.html'],
		['Boarding', 'boarding.html'],
		['Specialty Foods & Supplies', 'foods.html'],
		['Adopt-A-Cat Program', 'adopt.html', null,
			['Available for Adoption', 'adoptcat1.html']
		],
		['Our Doctors', 'staff.html'],
		['Professional Associations', 'assoc.html'],
		['Our Mission', 'mission.html'],
		['Hours', 'hours.html'],
		['After Hours Emergencies', 'emergency.html'],
		['Location', 'map.html']
	],
	['UPDATES', 'updates.html'],
	['Cat Care', 'wellexam.html', null,
		['Wellness Exams', 'wellexam.html'],
		['Vaccinations', 'vaccine.html'],
		['FeLV/FIV', 'fiv.html'],
		['Dental Care', 'dental.html'],
		['Flea Control', 'fleas.html'],
		['FIP', 'fip.html'],
		['Cat-To-Human Diseases', 'cattohuman.html'],
		['Cats Love String', 'string.html'],
		['Cats And Houseplants', 'plants.html'],
		['The Litter Box', 'litter.html'],
		['Care For Older Cats', 'geriatrics.html']
	],
	['Downloads', 'downloads.html', [, , 127]],
	['Feline Fotos', 'fotos1.html', [126, , 135],
		['Feline Fotos - Page 1', 'fotos1.html'],
		['Feline Fotos - Page 2', 'fotos2.html'],
		['Feline Fotos - Page 3', 'fotos3.html'],
		['Feline Fotos - Page 4', 'fotos4.html'],
		['Feline Fotos - Page 5', 'fotos5.html']
	],
	['Links', 'links.html', [134]]
];
