
var MENU_ITEMS = [

	['Home Page', 'index.htm', null,
		['Personal Profile', 'profile.htm'],
		['About Us', 'about.htm'],
		['Contact Us', 'feedback.htm'],
		['Directions', 'directions.htm'],
	],

	['Your First Visit', 'firstvisit.htm'],

	['Symptoms-Injuries', null, null,
		['Low Back Pain/ Sciatica', 'lowback.htm'],
		['Disc Injuries', 'disc.htm'],
		['Arm/Leg Pain', 'armleg.htm'],
		['Heel/Foot pain', 'footpain.htm'],
	],

	['DTS Machine', null, null,
		['How it works', 'dts.htm'],
	],
];

