/* DO NOT EDIT DIRECTLY BELOW */
createMenuTop();

// 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/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();
/* DO NOT EDIT ABOVE */


leftnav[0] = {text:'Dept. Home', url:'/iugh/index.html'};
leftnav[1] = {text:'Mission and History', url:'#'};
leftnav[2] = {text:'Approach', url:'#'};
leftnav[3] = {text:'Activites', url:'/iugh/activities/'};
	/*leftnav[3][0] = {text:'Needs Assessment', url:'/iugh/activities/assessment/'};
		leftnav[3][0][0] = {text:'Health of New Yorkers', url:'/iugh/activities/assessment/nyhealth.html'};
		
	leftnav[3][1] = {text:'Educational Initiatives', url:'/iugh/activities/education/'};
		leftnav[3][1][0] = {text:'Global Health', url:'/iugh/activities/education/global_health.html'};
		leftnav[3][1][1] = {text:'Urban Health', url:'/iugh/activities/education/urban_health.html'};
		leftnav[3][1][2] = {text:'Latino Health Conference ', url:'/iugh/activities/education/latino_health_conference.html'};
	
	leftnav[3][2] = {text:'Research Projects', url:'/iugh/activities/research/'};
		leftnav[3][2][0] = {text:'Language and Culture', url:'/iugh/activities/research/language_and_culture.html'};
		leftnav[3][2][1] = {text:'Refugee Health', url:'/iugh/activities/research/refugee_health.html'};
		leftnav[3][2][2] = {text:'Occupational Health', url:'/iugh/activities/research/occupational_health.html'};
		leftnav[3][2][3] = {text:'Environmental Health', url:'/iugh/activities/research/environmental_health.html'};
		leftnav[3][2][4] = {text:'Cross-cultural Analyses ', url:'/iugh/activities/research/cross_cultural_analyses.html'};*/
	
leftnav[4] = {text:'Contact', url:'/iugh/contact/'};



/* DO NOT EDIT BELOW */
leftnavBuild( leftnav );
createMenuEnd();
/* DO NOT EDIT DIRECTLY ABOVE */
