/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Home', null, null, 
	 	['Home Page', 'index.html'],
	],
	['About Us', null, null,
		['About Physical Therapy', 'aboutpt.html'],
		['About Us', 'aboutus.html'],
		['Meet the Staff', 'meet_staff.html'],
		['Mission Statement', 'mission_statement.html'],
		['What Our Patients Say', 'patient_testimonies.html'],
		['Map & Directions', 'map.html'],
		['Contact Us', 'contact_info.html'],		
	],
	['Programs', null, null,
		['Fit for Life', 'fitforlife.html'],
		['Dancer Answer', 'danceranswer.html'],		
		['Vestibular Rehab', 'vestibular.html'],
		['Pelvic Fit and Function', 'womens_health.html'],
		['Aquatic Therapy', 'aquatic.html'],
		['Massage Therapy', 'massage_therapy.html'],
		['Orthopedic Rehab', 'orthopedic.html'],
		['ACL Risk Prevention', 'ACL_prevention.html'],
		['What to Expect in PT','what_expect.html'],
	],
	['Community', null, null,
	 	['Charity', 'charity.html'],
		['Sponsorships', 'sponsorships.html'],
		['Education', 'education.html'],
		['Professional Development', 'professional.html'],
	],
	['Insurance', null, null,
		['Insurance Information', 'insurance.html'],
		['Insurance & Billing Policies', 'billing.html'],
		['Workers Compensation', 'workers_comp.html'],
		['Personal Injury', 'personal_injury.html'],
		['Medicare', 'medicare.html'],
		['FAQ', 'faq.html'],
	],
	['Employment', null, null,
		['Why Work Here?', 'why_employment.html'],
		['Job Openings', 'job_openings.html'],
	],
	['HIPAA', null, null,
	 	['Privacy Notice', 'privacy_notice.html'],
	],
	['New!', null, null,
	 	['Upcoming Classes', 'upcoming_classes.html'],
		['Past Classes', 'past_classes.html'],
		['Newsletters', 'newsletters.html'],
		['Tour the Clinic: Gurnee', 'tourtheclinic.html'],
		['Tour the Clinic: Libertyville', 'new_clinic_build.html'],
	]
];

