createMenuTop();
var leftnav = new Array();
      leftnav[0] = {text:'About Us', url:'/radiology_research/aboutus/index.html'};
	  	leftnav[0][0] = {text:'A Brief History', url:'/radiology_research/aboutus/index.html'};
		leftnav[0][1] = {text:'Mission', url:'/radiology_research/aboutus/mission.html'};
		leftnav[0][2] = {text:'State of the Art Equipment', url:'/radiology_research/aboutus/equipment.html'};
		leftnav[0][3] = {text:'Research Infrastructure', url:'/radiology_research/aboutus/research.html'};
		leftnav[0][4] = {text:'Education', url:'/radiology_research/aboutus/education.html'};
		leftnav[0][5] = {text:'Collaborations', url:'/radiology_research/aboutus/collaborations.html'};
		leftnav[0][6] = {text:'Partnerships', url:'/radiology_research/aboutus/partnerships.html'};  
      leftnav[1] = {text:'Research', url:'/radiology_research/research/multimedia/'};
      	leftnav[1][0] = {text:'Research', url:'/radiology_research/research/multimedia/index.html'};
	  		leftnav[1][0][0] = {text:'By Category', url:'/radiology_research/research/multimedia/index.html'};
	  		leftnav[1][0][1] = {text:'By Modality', url:'/radiology_research/research/multimedia/modality.html'};
	  		leftnav[1][0][2] = {text:'By Investigator', url:'/radiology_research/research/multimedia/investigator.html'};
		leftnav[1][1] = {text:'Publications', url:'/radiology_research/research/publications.html'};
		leftnav[1][2] = {text:'Equipment and Coils', url:'/radiology_research/research/equipment.html'};
		leftnav[1][3] = {text:'Unique Research Infrastructure', url:'/radiology_research/research/infrastructure.html'};
	  leftnav[2] = {text:'People', url:'/radiology_research/people/'};
		leftnav[2][0] = {url:'/radiology_research/people/index.html', text:'PIs'};
		leftnav[2][1] = {url:'/radiology_research/people/staff.html', text:'Laboratory Personnel'};
		leftnav[2][2] = {url:'/radiology_research/people/cbi.html', text:'CBI Staff'};
		leftnav[2][3] = {url:'/radiology_research/people/administration.html', text:'Research Administration'};
		leftnav[2][4] = {url:'/radiology_research/people/alumni.html', text:'Alumni'};
	  leftnav[3] = {text:'Publications', url:'/radiology_research/publications/'};
	  	leftnav[3][0] = {url:'/radiology_research/publications/2008/', text:'2008 Publications'};
			leftnav[3][0][0] = {url:'/radiology_research/publications/2008/2008_oral.html', text:'2008 ISMRM Oral Presentations'};
			leftnav[3][0][1] = {url:'/radiology_research/publications/2008/2008_posters.html', text:'ISMRM Traditional and Electronic Posters'};
		leftnav[3][1] = {url:'/radiology_research/publications/publications_06_07.html', text:'2006-2007 Publications'};
	  leftnav[4] = {url:'/radiology_research/facilities/index.html', text:'Facilities'};
		leftnav[4][0] = {url:'/radiology_research/facilities/index.html', text:'Facilities and Centers'};
		leftnav[4][1] = {url:'/radiology_research/facilities/clinical.html', text:'Clinical and Research Facilities'};
		leftnav[4][2] = {url:'/radiology_research/facilities/collaborative.html', text:'Collaborative Research Laboratories'};
	  
	  leftnav[5] = { url:'/radiology_research/education/', text:'Education'};
		leftnav[5][0] = {url:'/radiology_research/education/index.html', text:'Biomedical Imaging Graduate Training Program (PhD)'};
			leftnav[5][0][0] = {url:'/radiology_research/education/index.html', text:'Program Overview'};
			leftnav[5][0][1] = {url:'/radiology_research/education/curriculum.html', text:'Curriculum'};
			leftnav[5][0][2] = {url:'/radiology_research/education/required_courses.html', text:'Required Courses'};
			leftnav[5][0][3] = {url:'/radiology_research/education/elective_courses.html', text:'Elective Courses'};
			leftnav[5][0][4] = {url:'/radiology_research/education/faculty.html', text:'Faculty'};
			leftnav[5][0][5] = {url:'/radiology_research/education/directors.html', text:'Program Directors'};
			leftnav[5][0][6] = {url:'/radiology_research/education/resources.html', text:'Resources'};
			leftnav[5][0][7] = {url:'http://www.med.nyu.edu/sackler/programs/admissions.html', text:'Admissions'};
		leftnav[5][1] = {url:'http://www.med.nyu.edu/radiology_edu/', text:'Training of Postdoctoral Fellows'};
		leftnav[5][2] = {url:'http://www.med.nyu.edu/radiology_edu/residency/summary.html', text:'Training of Residents and Clinical Fellows'};
		leftnav[5][3] = {url:'http://www.med.nyu.edu/radiology_edu/medstudents/', text:'Undergraduate Training Opportunities'};
	  leftnav[6] = {url:'/radiology_research/events/index.html', text:'Events'};
		leftnav[6][0] = {url:'http://tools.med.nyu.edu/NYUCalendar/index.cfm?fuseaction=somcalendar.DisplayCalendar&grouping_id=72', text:'Calendar'};
		leftnav[6][1] = {url:'http://www.med.nyu.edu/radiology/patients/scheduling/', text:'Scheduling of Magnets'};
	  leftnav[7] = {url:'/radiology_research/opportunities/index.html', text:'Career'};
	  leftnav[8] = {url:'/radiology_research/philanthropy/index.html', text:'Philanthropy'};
	  leftnav[9] = { url:'/radiology_research/volunteers/', text:'Volunteers'};
	  leftnav[10] = {url:'/radiology_research/contact/index.html', text:'Contact'};   
leftnavBuild(leftnav);
createMenuEnd();
