/* 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:'Dept. Home', url:'/environmental/'};

leftnav[1] = {text:'About Us', url:'/environmental/about/'};
	leftnav[1][0] = {text:'Phone List', url:'/environmental/about/phone.html'};
	leftnav[1][1] = {text:'E-mail List', url:'/environmental/about/email.html'};
	leftnav[1][2] = {text:'Maps and Driving Directions', url:'/environmental/about/maps.html'};
	leftnav[1][3] = {text:'Faculty Listing', url:'/environmental/about/faculty.html'};


leftnav[2] = {text:'Research<br>Divisions', url:'/environmental/divisions/'};
	leftnav[2][0] = {text:'Division of Biostatistics', url:'/environmental/divisions/biostatistics.html'};
	leftnav[2][1] = {text:'Human Exposure and Health Effects', url:'/environmental/divisions/hehe.html'};



leftnav[3] = {text:'NIEHS', url:'/environmental/niehs/'};
	leftnav[3][0] = {text:'Center Theme, Mission and Goals ', url:'/environmental/niehs/theme.html'};
	leftnav[3][1] = {text:'Research Focus', url:'/environmental/niehs/focus.html'};
	leftnav[3][2] = {text:'Overall Center Organization and Facilities ', url:'/environmental/niehs/organization.html'};
	leftnav[3][3] = {text:'Center History', url:'/environmental/niehs/history.html'};
	leftnav[3][4] = {text:'Center Director', url:'/environmental/niehs/director.html'};
	leftnav[3][5] = {text:'Center Structure', url:'/environmental/niehs/structure.html'};
	leftnav[3][6] = {text:'Planned Initiatives', url:'/environmental/niehs/planned.html'};
	leftnav[3][7] = {text:'Characteristics', url:'/environmental/niehs/characteristics.html'};
	leftnav[3][8] = {text:'NYU Insitutional Commitment', url:'/environmental/niehs/commitment.html'};
	leftnav[3][9] = {text:'Future Directions', url:'/environmental/niehs/future.html'};
	leftnav[3][10] = {text:'Publications by Research Cores', url:'/environmental/niehs/publications.html'};

leftnav[4] = {text:'Centers/<br />Programs', url:'/environmental/centers/'};
	leftnav[4][0] = {text:'EPA Particulate Matter Center', url:'/environmental/centers/epa/'};
		leftnav[4][0][0] = {text:'Center Overview', url:'/environmental/centers/epa/summary.html'};
		leftnav[4][0][1] = {text:'Center Investigators', url:'/environmental/centers/epa/investigators.html'};
		leftnav[4][0][2] = {text:'Center Funded Projects', url:'/environmental/centers/epa/projects.html'};
		leftnav[4][0][3] = {text:'Center Supported Publications', url:'/environmental/centers/epa/publications.html'};
	leftnav[4][1] = {text:'NIEHS Superfund', url:'/environmental/centers/superfund/'};
	leftnav[4][2] = {text:'NIEHS Center', url:'/environmental/centers/'};
	leftnav[4][3] = {text:'NYU/Bellevue Occupational and Environmental Medicine Clinic', url:'/environmental/centers/bnoemc/'};
		leftnav[4][3][0] = {text:'Services', url:'/environmental/centers/bnoemc/services.html'};
		leftnav[4][3][1] = {text:'Clinic Hours', url:'/environmental/centers/bnoemc/hours.html'};
		leftnav[4][3][2] = {text:'Payment', url:'/environmental/centers/bnoemc/payment.html'};
		leftnav[4][3][3] = {text:'Directions', url:'/environmental/centers/bnoemc/directions.html'};
		leftnav[4][3][4] = {text:'Staff', url:'/environmental/centers/bnoemc/staff.html'};
		leftnav[4][3][5] = {text:'Research', url:'/environmental/centers/bnoemc/research.html'};
		leftnav[4][3][6] = {text:'FAQS', url:'/environmental/centers/bnoemc/faqs.html'};
		leftnav[4][3][7] = {text:'Links', url:'/environmental/centers/bnoemc/links.html'};
		leftnav[4][3][8] = {text:'Contact Us', url:'/environmental/centers/bnoemc/contact.html'};
	leftnav[4][4] = {text:'IAP Industrial Associates Program', url:'/environmental/centers/iap/'};
		leftnav[4][4][0] = {text:'Research Highlights', url:'/environmental/centers/iap/research.html'};
		leftnav[4][4][1] = {text:'Invitation', url:'/environmental/centers/iap/invitation.html'};
		leftnav[4][4][2] = {text:'Join Us', url:'/environmental/centers/iap/joinus.html'};
		leftnav[4][4][3] = {text:'Faculty Research', url:'/environmental/centers/iap/faculty.html'};
	
leftnav[5] = {text:'Community Outreach', url:'/environmental/outreach/'};
	leftnav[5][0] = {text:'Community Outreach and Education Programs', url:'/environmental/outreach/coep/'};

		leftnav[5][0][0] = {text:'COEP Organization and Advisory Committees', url:'/environmental/outreach/coep/overview.html'};
		leftnav[5][0][1] = {text:'Ongoing COEP Activities', url:'/environmental/outreach/coep/activities.html'};
		leftnav[5][0][2] = {text:'Science Advice to the Community and Policy Makers', url:'/environmental/outreach/coep/advice.html'};
		leftnav[5][0][3] = {text:'K-12 Science Education and Student Mentoring', url:'/environmental/outreach/coep/mentoring.html'};
		leftnav[5][0][4] = {text:'Assistance to Community-Based Environmental Effort', url:'/environmental/outreach/coep/assistance.html'};
		leftnav[5][0][5] = {text:'Occupational and Environmental Health Clinic Outreach', url:'/environmental/outreach/coep/occupational.html'};
		leftnav[5][0][6] = {text:'Web Based Educational Efforts', url:'/environmental/outreach/coep/web.html'};
		leftnav[5][0][7] = {text:'2001 Highlights', url:'/environmental/outreach/coep/2001.html'};
		leftnav[5][0][8] = {text:'2002 Highlights', url:'/environmental/outreach/coep/2002.html'};
		leftnav[5][0][9] = {text:'2003 Highlights', url:'/environmental/outreach/coep/2003.html'};
		leftnav[5][0][10] = {text:'2004 Highlights', url:'/environmental/outreach/coep/2004.html'};
		leftnav[5][0][11] = {text:'Summary and Future Directions', url:'/environmental/outreach/coep/future.html'};
		leftnav[5][0][12] = {text:'Featured Links', url:'/environmental/outreach/coep/links.html'};
	leftnav[5][1] = {text:'Information on Environmental Problems', url:'/environmental/outreach/problems.html'};

leftnav[6] = {text:'Research', url:'/environmental/research/'};
	leftnav[6][0] = {text:'NYU Cancer Institute', url:'http://www.med.nyu.edu/nyuci/patients/communityevents/'};
	leftnav[6][1] = {text:'World Trade Center Pollution', url:'/environmental/research/wtc/'};
	leftnav[6][2] = {text:'South Bronx Air Pollution', url:'http://www.nyu.edu/projects/southbronxhealth/'};

leftnav[7] = {text:'Graduate<br>Program', url:'/environmental/graduate/'};
	leftnav[7][0] = {text:'M.S. Program', url:'/environmental/graduate/ms.html'};
	leftnav[7][1] = {text:'Ph.D. Program', url:'/environmental/graduate/phd.html'};
	leftnav[7][2] = {text:'Recent Graduates', url:'/environmental/graduate/recent.html'};
	leftnav[7][3] = {text:'Faculty Research', url:'/environmental/graduate/faculty.html'};
	leftnav[7][4] = {text:'Alumni Placement', url:'/environmental/graduate/alumni.html'};
	leftnav[7][5] = {text:'Course Descriptions', url:'/environmental/graduate/course.html'};
	leftnav[7][6] = {text:'How To Apply', url:'/environmental/graduate/apply.html'};
	leftnav[7][7] = {text:'Contact Information', url:'/environmental/graduate/contact.html'};
	leftnav[7][8] = {text:'Other NYU Graduate Sites', url:'/environmental/graduate/sites.html'};
	leftnav[7][9] = {text:'Thank You', url:'/environmental/graduate/thanks.html'};
 
 
/* DO NOT EDIT BELOW */
leftnavBuild( leftnav );
createMenuEnd();
/* DO NOT EDIT DIRECTLY ABOVE */
