/* 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:'/smilowcenter/'};

leftnav[1] = {text:'Program Descriptions', url:'/smilowcenter/program/'};

	leftnav[1][0] = {text:'Cancer', url:'/smilowcenter/program/cancer_program_description.html'};

	leftnav[1][1] = {text:'Cardiovascular Biology', url:'/smilowcenter/program/cardiovascular_program_description.html'};

	leftnav[1][2] = {text:'Dermatology Skin Biology', url:'/smilowcenter/program/dermatology_program_description.html'};

	leftnav[1][3] = {text:'Experimental Pathology', url:'/smilowcenter/program/experimental_pathology.html'};	
	
	leftnav[1][4] = {text:'Genetics / Genomics<br>/ Proteomics', url:'/smilowcenter/program/genetics_program_description.html'};	

	leftnav[1][5] = {text:'Medicine: Infectious Diseases', url:'/smilowcenter/program/id_program_description.html'};

	leftnav[1][6] = {text:'Medicine: Renal Medicine', url:'/smilowcenter/program/renal_program_description.html'};

	leftnav[1][7] = {text:'Microbial Pathogenesis', url:'/smilowcenter/program/microbial_program_description.html'};

	leftnav[1][8] = {text:'Smilow Neuroscience', url:'/smilowcenter/program/neuroscience_program_description.html'};

	leftnav[1][9] = {text:'Stem Cell Biology', url:'/smilowcenter/program/scb_program_description.html'};

leftnav[2] = {text:'Facility', url:'/smilowcenter/facility/'};

	leftnav[2][0] = {text:'View From East', url:'/smilowcenter/facility/east.html'};

	leftnav[2][1] = {text:'Site Plan', url:'/smilowcenter/facility/siteplan.html'};

	leftnav[2][2] = {text:'Program Diagram', url:'/smilowcenter/facility/programfloor.html'};

	leftnav[2][3] = {text:'Courtyard', url:'/smilowcenter/facility/courtyard.html'};

	leftnav[2][4] = {text:'Commons', url:'/smilowcenter/facility/commons.html'};

	leftnav[2][5] = {text:'Lab Floor Plan', url:'/smilowcenter/facility/labfloor.html'};

	leftnav[2][6] = {text:'View From West', url:'/smilowcenter/facility/west.html'};

	leftnav[2][7] = {text:'Schwartz Roof Plan', url:'/smilowcenter/facility/roof.html'};

	leftnav[2][8] = {text:'TCC Logisitics', url:'/smilowcenter/facility/tcclogistics.html'};

	leftnav[2][9] = {text:'Emergency Egress', url:'/smilowcenter/facility/emergency.html'};

leftnav[3] = {text:'Faculty Opportunities', url:'/smilowcenter/opportunities/'};

	/*leftnav[3][0] = {text:'Cancer', url:'/smilowcenter/opportunities/cancer_opps.html'};*/

	leftnav[3][0] = {text:'Cardiovascular Biology', url:'/smilowcenter/opportunities/cardiovascular_opps.html'};

	leftnav[3][1] = {text:'Dermatology &amp; Cutaneous Biology', url:'/smilowcenter/opportunities/dermatology_opps.html'};
	
	leftnav[3][2] = {text:'Experimental Pathology', url:'/smilowcenter/opportunities/experimental_pathology.html'};

	leftnav[3][3] = {text:'Genetics / Genomics<br>/ Proteomics', url:'/smilowcenter/opportunities/genetics_opps.html'};

	leftnav[3][4] = {text:'Medicine: Infectious Diseases', url:'/smilowcenter/opportunities/id_opps.html'};

	leftnav[3][5] = {text:'Medicine: Renal Medicine', url:'/smilowcenter/opportunities/renal_opps.html'};

	leftnav[3][6] = {text:'Microbial Pathogenesis', url:'/smilowcenter/opportunities/microbial_opps.html'};

	leftnav[3][7] = {text:'Smilow Neuroscience', url:'/smilowcenter/opportunities/neuroscience_opps.html'};

	leftnav[3][8] = {text:'Stem Cell Biology', url:'/smilowcenter/opportunities/scb_opps.html'};

leftnav[4] = {text:'FAQ', url:'/smilowcenter/faq/'};

leftnav[5] = {text:'Search Process<br>Overview', url:'/smilowcenter/process/'};

/* DO NOT EDIT BELOW */

leftnavBuild( leftnav );

createMenuEnd();