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

leftnav[1] = {text:'About Us', url:'/cbh/about/'};

leftnav[2] = {text:'Faculty and Staff', url:'/cbh/facstaff/'};

	leftnav[2][0] = {text:'CBH Directorship', url:'/cbh/facstaff/directorship.html'};

	leftnav[2][1] = {text:'CBH Contact List', url:'/cbh/facstaff/contactlist.html'};

leftnav[3] = {text:'Research Studies', url:'/cbh/research/'};

	/*leftnav[3][0] = {text:'Alzheimer&acute;s Disease Neuroimaging Initiative (ADNI)', url:'/cbh/research/adni.html'};

	leftnav[3][1] = {text:'Cerebral Spinal Fluid', url:'/cbh/research/cerebral_spinal_fluid.html'};

	leftnav[3][2] = {text:'Bayer Healthcare', url:'/cbh/research/bayer.healthcare.html'};

	leftnav[3][3] = {text:'PET Study', url:'/cbh/research/pet.html'};
	
	leftnav[3][4] = {text:'Biological Markers with Memantine Treatment', url:'/cbh/research/memantine.html'};
*/
    leftnav[3][0] = {text:'Alzheimer&acute;s Disease Neuroimaging Initiative (ADNI)', url:'/cbh/research/adni.html'};

	leftnav[3][1] = {text:'Cerebral Spinal Fluid', url:'/cbh/research/cerebral_spinal_fluid.html'};

	leftnav[3][2] = {text:'PET Study', url:'/cbh/research/pet.html'};
	
	leftnav[3][3] = {text:'Memory and Emotion', url:'/cbh/research/memory_emotion.html'};
	
	leftnav[3][4] = {text:'Biological Markers with Memantine Treatment', url:'/cbh/research/memantine.html'};

leftnav[4] = {text:'Clinical Services', url:'/cbh/clinicalservices/'};

	leftnav[4][0] = {text:'Diagnostic Consultation', url:'/cbh/clinicalservices/diagnostic.html'};

	leftnav[4][1] = {text:'Private Practice Treatment', url:'/cbh/clinicalservices/privatepractice.html'};

leftnav[5] = {text:'How You Can Help', url:'/cbh/help/'};

	leftnav[5][0] = {text:'Participate in a Study', url:'/cbh/help/participate.html'};

	leftnav[5][1] = {text:'Make a Donation', url:'/cbh/help/donation.html'};

leftnav[6] = {text:'Glossary', url:'/cbh/glossary/'};

leftnav[7] = {text:'Contact Us', url:'/cbh/contact/'};



/* DO NOT EDIT BELOW */

leftnavBuild( leftnav );

createMenuEnd();

