/* 
	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 = [
['Electronic EMG Manual','jbr010.htm',
	['Nerve Conduction Studies','jbr010.htm',
		['Basic Nerve Conduction Studies', 'jbr010.htm',],
		['Findings', 'jbr011.htm', ],
		['Troubleshooting', 'jbr020.htm',],
		['Pathological Processes', 'jbr030.htm',],
		['Upper Extremity Nerves', 'jbr031.htm',
			['The Brachial Plexus', 'jbr040.htm'],
			['The Media Nerve', 'jbr041.htm'],
			['The Ulnar Nerve', 'jbr042.htm'],
			['The Radial Nerve', 'jbr043.htm'],
			['The Musculocutaneous, Axillary, & Spinal Accessory Nerves', 'jbr044.htm'],
		],
		['Lower Extremity Nerves', 'jbr045.htm',
			['The Peroneal Nerve', 'jbr046.htm'],
			['The Posterior Tibial Nerve', 'jbr047.htm'],
			['The Femoral & Sciatic Nerves', 'jbr048.htm'],
			['The Sural, Superficial Peroneal, & Saphenous Nerves', 'jbr049.htm'],
		],
		['Variations in Innervation', 'jbr050.htm'],
		['Cranial Nerves', 'jbr060.htm'],
		['The H-Reflex & F-Wave', 'jbr070.htm'],
		['Nerve Conduction Work-ups', 'jbr080.htm'],
		['Findings in certain Disease Entities', 'jbr090.htm'],
	],
	['Needle Examination','jbr100.htm',
		['Electrodes', 'jbr100.htm',],
		['The Motor Unit', 'jbr110.htm', ],
		['Basic Pathological Processes seen with the Needle Examination', 'jbr120.htm',],
		['Needle Examination Work-ups', 'jbr130.htm',],
		['The Needle Examination in certain Disease Entities', 'jbr140.htm',],
	]
]
];