/* BEGIN DO NOT EDIT SECTION */
createMenuTop();

// NOTE: Menus can go 5 levels deep.
//
// Examples:
// leftnav[0] = { text:'Link Text', url:'/path/to/link/'};
//     leftnav[0][0] = { text:'Link Text', url:'/path/to/link/'};
//         leftnav[0][0][0] = { text:'Link Text', url:'/path/to/link/'};
//
var leftnav = new Array();
/* END DO NOT EDIT SECTION */

leftnav[0] = {text:'MHADRP Home', url:'/mhadrp/index.html'};
leftnav[1] = {text:'About Us', url:'/mhadrp/about/'};
	leftnav[1][0] = {text:'MHADRP Overview', url:'/mhadrp/about/overview.html'};
	leftnav[1][1] = {text:'Infrastructure and Facilities', url:'/mhadrp/about/infrastructure.html'};
leftnav[2] = {text:'Research Programs', url:'/mhadrp/programs/'};
	//leftnav[2][0] = {text:'For Researchers', url:'/mhadrp/programs/researchers.html'};
	//leftnav[2][1] = {text:'For Participants', url:'/mhadrp/programs/participants.html'};
leftnav[3] = {text:'Studies and Clinical Trials', url:'/mhadrp/trials/'};
	//leftnav[3][0] = {text:'Cocaine Dependence', url:'/mhadrp/trials/cocaine_dependence.html'};
	//leftnav[3][1] = {text:'Cigarette Smokers', url:'/mhadrp/trials/cigarette_smokers.html'};
	//leftnav[3][2] = {text:'Adults with ADHD (Pfizer)', url:'/mhadrp/trials/adults_adhd_pfizer.html'};
	//leftnav[3][3] = {text:'Adults with ADHD (Shire)', url:'/mhadrp/trials/adults_adhd_shire.html'};
	//leftnav[3][4] = {text:'Alcohol Dependence', url:'/mhadrp/trials/alcohol_dependence.html'};
	//leftnav[3][5] = {text:'Alcohol Abuse in Adults with ADHD', url:'/mhadrp/trials/adhd_alcohol.html'};
leftnav[4] = {text:'Participant Information', url:'/mhadrp/participant/'};
	leftnav[4][0] = {text:'Why Clinical Trials?', url:'/mhadrp/participant/why.html'};
	leftnav[4][1] = {text:'Types of Trials', url:'/mhadrp/participant/types.html'};
	leftnav[4][2] = {text:'Questions to ask Before Joining a Clinical Trial', url:'/mhadrp/participant/questions.html'};
	leftnav[4][3] = {text:'Participant Selection Criteria', url:'/mhadrp/participant/selection.html'};
	leftnav[4][4] = {text:'Phases and Stages of Trials', url:'/mhadrp/participant/phases.html'};
	leftnav[4][5] = {text:'Benefits and Risks of Participating', url:'/mhadrp/participant/benefits_risks.html'};
	leftnav[4][6] = {text:'Placebos', url:'/mhadrp/participant/placebos.html'};
	leftnav[4][7] = {text:'Your Rights as a Participant', url:'/mhadrp/participant/informed_consent.html'};
	leftnav[4][8] = {text:'Financial Considerations', url:'/mhadrp/participant/financial.html'};
	leftnav[4][9] = {text:'Ending a Clinical Trial', url:'/mhadrp/participant/ending.html'};
	leftnav[4][10] = {text:'Institutional Review Boards', url:'/mhadrp/participant/irb.html'};
	leftnav[4][11] = {text:'Glossary of Terms', url:'/mhadrp/participant/glossary.html'};
	leftnav[4][12] = {text:'Mental Health and Clinical Trial Resources', url:'/mhadrp/participant/resources.html'};
leftnav[5] = {text:'Faculty', url:'/mhadrp/faculty/'};
leftnav[6] = {text:'Contact Us', url:'/mhadrp/contact/'};

/* BEGIN DO NOT EDIT SECTION */
leftnavBuild( leftnav );
createMenuEnd();
/* END DO NOT EDIT SECTION */
