/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sw':53}],
	['What is Physical Therapy?', 'whatisphysicaltherapy.html', {'sw':157,'bw':175},
		['About Us', 'aboutus.html'],
		['Our Services', 'services.html', null,
			['Land-Based Therapy', 'landbasedtherapy.html'],
			['Aquatic-Based Therapy', 'aquaticbasedtherapy.html']
		]
	],
	['Conditions Treated', 'conditionstreated.html', {'sw':121,'bw':150}],
	['What to Expect', 'whattoexpect.html', {'sw':101,'bw':130},
		['The Process', 'theprocess.html'],
		['Success Stories', 'successstories.html']
	],
	['Patient Forms', 'patientforms.html', {'sw':96,'bw':115}],
	['Employment Opportunities', 'employmentopportunities.html', {'sw':156}],
	['Links', 'links.html', {'sw':59}],
	['Contact Us', 'contactus.html', {'sw':79}]
];
