

var TREE_ITEMS = [
	['Kalinga Hospital', 'default.asp',
	 ['Home','default.asp'],
	 ['About Us', 'about/about.asp' ,	
		 ['About Kalinga Hospital','about/about.asp' ],
		 ['Vision & MIssion', 'about/vis_mis.asp'],
		 ['Management', 'about/manage.asp'],
		 ['Chairman&rsquo;s Profile', 'about/chair_profile.asp'],
		 ['MD&rsquo;s Desk','about/md_desk.asp'],
		 ['Kalinga Hospital News','about/news.asp'],
		 ],
		['Virtual Tour',"JavaScript:big('vir.asp')"],
		['Super Specialty Services','superspecial/super_special.asp',		  
        ['Department of Cardiac Sciences','superspecial/super_special.asp'],
		['Neurology & Neurosurgery','superspecial/neuro_neuro.asp'],
		['Nephrology & Urology','superspecial/nephro.asp'],
		['Transplant Unit','superspecial/trans_unit.asp'],
		['Arthroscopy & Arthroplasty','superspecial/arthro.asp'],
		['Spine Surgery','superspecial/spine_sur.asp'],
		['Gastroentrology','superspecial/gastro.asp'],
		],
		['Departmental & Services','department/depart_ser.asp',
		 ['Clinical & Services','department/depart_ser.asp'],
		 ['Diagnostices','department/diagno.asp'],
		 ['In Patient Facilites','department/in_faciliti.asp'],
		 ['OPD Services','department/opd_ser.asp'],
		 ['Blood Bank','department/blood_bank.asp'],
		 ['Health Check Up Package','department/helth_pack.asp'],
		 ],
		['Customer Services','custmer/cust_ser.asp',
		 ['General Instruction','custmer/cust_ser.asp'],
		 ['Admission Procedure','custmer/add_proce.asp'],
		 ['Discharge And Billing Procedures','custmer/dis_pro.asp'],
		 ['Patient Rights','custmer/pati_rig.asp'],
		 ['Easy Downloads','custmer/easy_down.asp'],
		 ['Location Map','custmer/loc_map.asp'],
		 ['Customer Sugestion','custmer/cust_sugg.asp'],
		 ['Help Line','custmer/help_line.asp'],
		 ],
		
		['Career','career.asp'],
		['Key Contact','key_cont.asp',
		 ['Find A Doctor','doc_rep.asp'],
		 ['Patients Experience','pat_exp_repo.asp'],
		 ['Doctor & Health Professioals',''],
		 ['OPD Consaultants Timing','department/opd_ser.asp'],
		 ],
		['Contact Us','contact.asp'],
		['Sitemap','site.asp'],
		['Disclaimer','disc.asp'],
		
	]
];


