/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', "homepage.html",{'tw':'content'}],
	['About Us', null, null,
		['Our Doctors', "http://www.morganconnects.com/FeatStaff/featList.php?oID=2",{'tw':'content'}],
		['Testimonials', "http://www.morganconnects.com/FeatTest/testList.php?oID=2",{'tw':'content'}]
	],
	['Patients', null, null,
		['New Patient Center', "patientForm.html",{'tw':'content'}],
		['Appointments', null, {'tw':'content'}]
	],
	['Pet Care Library', null],
	['Hours', 'hours2.html', {'tw':'content'}],
	['Contact Us', 'contact.html', {'tw':'content'}]
];

