
			
/* Left Navigation Bar Content

IMPORTANT:
	- Menus MUST include the top level (but it is not displayed).
 	- Menus can go 3 levels deep (including top level).
	- See Tyler Bittner <tyler@med.nyu.edu> for questions.

EXAMPLES:
leftnav[0] = { text:'Link Text', url:'/path/'};
	leftnav[0][0] = { text:'Link Text', url:'/path/sub/'};
		leftnav[0][0][0] = { text:'Link Text', url:'/path/sub/sub'};
*/
createMenuTop();
var leftnav = new Array();
/* DO NOT EDIT ABOVE */


leftnav[0] = {text:'Rad. Ed. Home', url:'/radiology_edu/'};

leftnav[1] = {text:'Residency', url:'/radiology_edu/residency/'};
	leftnav[1][0] = {text:'Program Summary', url:'/radiology_edu/residency/summary.html'};
	leftnav[1][1] = {text:'Rotations', url:'/radiology_edu/residency/rotations/'};
		leftnav[1][1][0] = {text:'General Rotations', url:'/radiology_edu/residency/rotations/generalrotations.html'};
		leftnav[1][1][1] = {text:'Organized by System', url:'/radiology_edu/residency/rotations/organizedsystem.html'};
		leftnav[1][1][2] = {text:'Technology Specific', url:'/radiology_edu/residency/rotations/technologyspecific.html'};
	leftnav[1][2] = {text:'Training Facilities', url:'/radiology_edu/residency/facilities/'};
		leftnav[1][2][0] = {text:'Information Technology', url:'/radiology_edu/residency/facilities/informationtech.html'};
		leftnav[1][2][1] = {text:'Library', url:'/radiology_edu/residency/facilities/libraryassets.html'};
		leftnav[1][2][2] = {text:'Teaching Hospitals', url:'/radiology_edu/residency/facilities/teachinghospitals.html'};
	leftnav[1][3] = {text:'Call Responsibilities', url:'/radiology_edu/residency/responsibilities.html'};
	leftnav[1][4] = {text:'Conferences', url:'/radiology_edu/residency/conferences/'};
		leftnav[1][4][0] = {text:'Extramural', url:'/radiology_edu/residency/conferences/extramural.html'};
		leftnav[1][4][1] = {text:'Intramural', url:'/radiology_edu/residency/conferences/intramural.html'};
	leftnav[1][5] = {text:'Evaluations', url:'/radiology_edu/residency/evaluations/'};
		leftnav[1][5][0] = {text:'Resident Evaluations', url:'/radiology_edu/residency/evaluations/resident.html'};
		leftnav[1][5][1] = {text:'Rotation Evaluations', url:'/radiology_edu/residency/evaluations/rotation.html'};
	leftnav[1][6] = {text:'Application Process', url:'/radiology_edu/residency/application.html'};
	leftnav[1][7] = {text:'Application and Interview Information', url:'/radiology_edu/residency/interview.html'};
	leftnav[1][8] = {text:'Application and Interview FAQs', url:'/radiology_edu/residency/faqs.html'};
	leftnav[1][9] = {text:'Department Technology', url:'/radiology_edu/residency/depttech.html'};

leftnav[2] = {text:'Fellowship', url:'/radiology_edu/fellowship/'};
	leftnav[2][0] = {text:'CAQ Eligible', url:'/radiology_edu/fellowship/caq/'};
		leftnav[2][0][0] = {text:'Pediatric Radiology', url:'/radiology_edu/fellowship/caq/pediatricfellowship.html'};
		leftnav[2][0][1] = {text:'Neuroradiology', url:'/radiology_edu/fellowship/caq/neurofellowship.html'};
		leftnav[2][0][2] = {text:'Interventional Radiology', url:'/radiology_edu/fellowship/caq/vascularfellowship.html'};
		leftnav[2][0][3] = {text:'Nuclear Radiology', url:'/radiology_edu/fellowship/caq/nucmedfellowship.html'};
	leftnav[2][1] = {text:'Non-CAQ Eligible', url:'/radiology_edu/fellowship/noncaq/'};
		leftnav[2][1][0] = {text:'Mammography', url:'/radiology_edu/fellowship/noncaq/mammofellowship.html'};
		leftnav[2][1][1] = {text:'Thoracic Imaging', url:'/radiology_edu/fellowship/noncaq/chestfellowship.html'};
		leftnav[2][1][2] = {text:'MR Body Imaging', url:'/radiology_edu/fellowship/noncaq/mrimagingfellowship.html'};
		leftnav[2][1][3] = {text:'Women&#0146;s Imaging', url:'/radiology_edu/fellowship/noncaq/womensimaging.html'};
		leftnav[2][1][4] = {text:'Neurointerventional Radiology', url:'/radiology_edu/fellowship/noncaq/neurointerfellow.html'};
		leftnav[2][1][5] = {text:'PET/CT', url:'/radiology_edu/fellowship/noncaq/pet.html'};
		leftnav[2][1][6] = {text:'Musculoskeletal Imaging', url:'/radiology_edu/fellowship/noncaq/musculoskelfellow.html'};
		leftnav[2][1][7] = {text:'Advanced Cardiovascular Imaging', url:
'/radiology_edu/fellowship/noncaq/cardiovasc.html'};
	leftnav[2][2] = {text:'How to Apply', url:'/radiology_edu/fellowship/howtoapply.html'};

leftnav[3] = {text:'Continuing Medical Education (CME)', url:'/radiology_edu/postgrad/'};
	leftnav[3][0] = {text:'Courses', url:'/radiology_edu/postgrad/courses.html'};
//	leftnav[4][1] = {text:'Visiting Fellowships', url:'/radiology_edu/postgrad/visitingfellowships.html'};
leftnav[3] = {text:'Medical Students', url:'/radiology_edu/medstudents/'};
/* DO NOT EDIT BELOW */
leftnavBuild( leftnav );
createMenuEnd();