/* 
	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.htmltemp.htmlhierarchy
*/

var TREE_ITEMS = [
		[' ',0,
		
		['Interventional Cardiology', 0,
			['Angiography', 'angiography.html'],
			['Angioplasty with Stents', 'angiography.html#angioplasty'],		
		],
		
		['Cardiac Surgery', 0,
			['On Pump CABG', 'cardiac_surgery.html#cardiac'],		 
			['Off Pump CABG on Beating Heart', 'cardiac_surgery.html#cardiac'],
			['Total arterial CABG', 'cardiac_surgery.html#cardiac'],
			['MICAS', 'cardiac_surgery.html#cardiac'],
			['CABG for LV Dysfunction', 'cardiac_surgery.html#cardiac'],
			['Surgical Ventricular Restoration', 'cardiac_surgery.html#cardiac'],			
		],
		
		['Critical Care for Cardiac Patients', 0,
			['CPR & Primary Stabilization', 'cardiac_critical_care.html#cardiac_critical_care'],
            ['Ventilator Care', 'cardiac_critical_care.html#ventilator_care'],		 
			['Intra Aortic Balloon Pump', 'cardiac_critical_care.html#intra_aortic'],
			['Implantation of Temporary Pacemakers', 'cardiac_critical_care.html#pacemakers'],
			['Management of Multi Organ Dysfunction', 'cardiac_critical_care.html#multi_organ_dysfunction'],	
			['Intensive Cardiac Care Expertis', 'cardiac_critical_care.html#intensive_cardiac_care_expertise'],				
		],		
		
		['Congenital Heart Disease Interventions', 0,
			['Balloon Mitral Valvuloplasty', 'cardiac_surgery.html#balloon_mitral'],
			['Balloon Aortic Valvuloplasty', 'cardiac_surgery.html#balloon_aortic'],
			['VSD', 'pda.html#vsd'],
			['ASD', 'pda.html#asd'],
			['PDA', 'pda.html#pda'],			
			['TOF', 'cardiac_surgery.html#tof'],							
		],		
		
		['Valvular Heart Surgery', 0,
			['Valve Replacement Surgery', '#'],
			['Valve Repairs', '#'],			
		],
		
		['Electrophysiology Studies', 0,
			['Electrophysiology Studies and RF Ablations', 'electrophysiology.html'],
			['AICD', 'electrophysiology.html'],
			['Pacemaker Implantation', 'electrophysiology.html#pacemaker'],			
		],
		
		['Congenital Heart Disease Surgery', 0,
			['VSD', 'pda.html#vsd'],
			['ASD', 'pda.html#asd'],
			['PDA', 'pda.html#pda'],			
			['TOF', 'cardiac_surgery.html#tof'],
			['DORV', '#'],			
		],
		
		['Peripheral Artery Disease', 0,
			['Peripheral Vascular Interventions', 'cardiac_surgery.html#peripheral'],
			['Carotid & Renal Stenting', 'cardiac_surgery.html#peripheral'],
			['Peripheral Vascular Surgery', 'cardiac_surgery.html#peripheral'],
			['Carotid Surgery', 'cardiac_surgery.html#peripheral'],			
		],		
		
		['Other Surgeries', 0,
			['Thoracic Surgery', '#'],		 
			['Surgery for Cardiac Arrhythmia', '#'],
			['LV - Volume Reduction Surgery', '#'],
		],
		
		['Non Invasive Services', 0,
			['Echocardiography', 'echocardiography.html'],
			['Trans Oesophageal Echocardiography', 'echocardiography.html#transesophageal'],
			['Dobutamine Stress Echocardiography', 'echocardiography.html#dobutamine_stress'],
			['Treadmill Test', 'echocardiography.html#treadmill'],
			['Holter Monitoring', 'echocardiography.html#holtermonitoring'],
			['ABP', 'echocardiography.html#abp'],
		],		
	]
];