/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_tree_menu/docs/index.html#hierarchy
*/

var TREE_ITEMS = [
	['Treatments', 0, 
		['Spinal Manipulation', 'spinal-manipulation.htm'],
		['Myofascial Manipulation', '#'],
		['Decompressive traction<br> &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;manipulation for disc herniations', '#'],
		['Ultrasound therapy', '#'],
		['Electrotherapy', '#'],
		['Ice therapy', '#'],
		['Heat therapy', '#'],
		['Trigger point therapy', '#'],
		['Therapeutic exercise', '#'],
		['Lifestyle and nutritional<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  counseling', '#'],
],
		
];