/* 
	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_menu/docs/items.html	
*/

var TREE_ITEMS = [
		['', null,
			['Ambulatory', null,
				['Canes', 'canes.asp'],
				['Crutches', 'crutches.asp'],
				['Walkers', 'walkers.asp'],
			],
			['Bathroom Safety', null,
				['Bath Chairs', 'bathchairs.asp'],
				['Commode Chairs', 'commodechairs.asp'],
				['Elevated Toilet Seats', 'elvdtoiletseats.asp'],
			],
			['Compression Stockings', null,
				['Accessories', 'compressionaccs.asp'],
				['Jobst Stockings', 'jobststockings.asp'],
			],
			['Diabetic Supply', null,
				['Lancets', 'lancets.asp'],
				['Meters', 'meters.asp'],
				['Strips', 'strips.asp'],
			],
			['Enteral Feeding', null,
				['Feeding Sets', 'feedingsets.asp'],
				['Pumps', 'pumps.asp'],
				['Suppliments', 'suppliments.asp'],
			],	
			['Hot/Cold Therapy', null,
				['Electric', 'electrictherapy.asp'],
				['Microwave', 'microwavetherapy.asp'],
			],
			['Incontinence', null,
				['Full Bladder Control', 'bladdercontrol.asp'],
				['Light Bladder Control', 'ltbladdercontrol.asp'],
				['Mattress Protectors', 'mattresscovers.asp'],
			],
			['Ostomy', null,
				['Accessories', 'ostomyaccs.asp'],
				['Flanges', 'flanges.asp'],
				['Pouches', 'pouches.asp'],
			],
			['Respiratory Equipment', null,
				['CPAP', 'cpap.asp'],
				['Nebulizer', 'nebulizer.asp'],
				['Oxygen', 'oxygen.asp'],
				
			],
			['Urologicals', null,
				['General', 'urologicals.asp'],
			],
			['Wheelchairs & Acces', null,
				['Accessories', 'chairaccs.asp'],
				['Chairs', 'wheelchairs.asp'],
				['Motorized Wheelchair', 'motorizedwc.asp'],
				['Scooters', 'scooters.asp'],
			],
		],
		
				
];