//UDMv3.8//* DO NOT EDIT THIS BIT *if (!exclude) { //********//************************///////////////////////////////////////////////////////////////////////////////  ULTIMATE DROPDOWN MENU VERSION 3.8 by Brothercake//  http://www.brothercake.com/dropdown/ ////  Link-wrapping routine by Brendan Armstrong//  Original KDE modifications by David Joham//  Opera reload/resize based on a routine by Michael Wallner//  Select-element hiding routine by Huy Do/////////////////////////////////////////////////////////////////////////////// *** POSITIONING AND STYLES *********************************************var menuALIGN = "virtual";		// alignment modevar absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)var absTOP = 	0; 		// absolute top positionvar staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)var stretchMENU = true;		// show empty cellsvar showBORDERS = true;		// show empty cell bordersvar baseHREF = "/education/resources/";	// base pathvar zORDER = 	1000;		// base z-order of nav structurevar mCOLOR = 	"#ffffff";	// main nav cell colorvar rCOLOR = 	"#ccccff";	// main nav cell rollover colorvar bSIZE = 	1;		// main nav border sizevar bCOLOR = 	"#666666"	// main nav border colorvar aLINK = 	"#666666";	// main nav link colorvar aHOVER = 	"";		// main nav link hover-color (dual purpose)var aDEC = 	"none";		// main nav link decorationvar fFONT = 	"arial, helvetica, sans-serif";	// main nav font facevar fSIZE = 	12;		// main nav font size (pixels)var fWEIGHT = 	"bold"		// main nav font weightvar tINDENT = 	45;		// main nav text indent (if text is left or right aligned)var vPADDING = 	10;		// main nav vertical cell paddingvar vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)var keepLIT =	true;		// keep rollover color when browsing menuvar vOFFSET = 	0;		// shift the submenus verticallyvar hOFFSET = 	0;		// shift the submenus horizontallyvar smCOLOR = 	"#cccccc";	// submenu cell colorvar srCOLOR = 	"#ffcc99";	// submenu cell rollover colorvar sbSIZE = 	1;		// submenu border sizevar sbCOLOR = 	"#FFFFFF"	// submenu border colorvar saLINK = 	"#333333";	// submenu link colorvar saHOVER = 	"#993300";	// submenu link hover-color (dual purpose)var saDEC = 	"none";		// submenu link decorationvar sfFONT = 	"arial, helvetica, sans-serif";		// submenu font facevar sfSIZE = 	11;		// submenu font size (pixels)var sfWEIGHT = 	""	// submenu font weightvar stINDENT = 	5;		// submenu text indent (if text is left or right aligned)var svPADDING = 4;		// submenu vertical cell paddingvar svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)var shSIZE =	0;		// submenu dropshadow sizevar shCOLOR =	"#cccccc";	// submenu dropshadow colorvar shOPACITY = 100;		// submenu dropshadow opacity (not ie4,ns4 or opera)var keepSubLIT = true;		// keep submenu rollover color when browsing child menuvar chvOFFSET = 0;		// shift the child menus verticallyvar chhOFFSET = -1;		// shift the child menus horizontallyvar openTIMER = 0;		// menu opening delay time (not ns4/op5/op6)var openChildTIMER = 0;	// child-menu opening delay time (not ns4/op5/op6)var closeTIMER = 500;		// menu closing delay timevar aCURSOR = "hand";		// cursor for active links (not ns4 or opera)var altDISPLAY = "";		// where to display alt textvar allowRESIZE = false;		// allow resize/reloadvar redGRID = false;		// show a red gridvar gridWIDTH = 0;		// override grid widthvar gridHEIGHT = 0;		// override grid heightvar documentWIDTH = 0;		// override document widthvar hideSELECT = false;		// auto-hide select boxes when menus open (ie only)var allowForSCALING = true;	// allow for text scaling in mozilla 5var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)var arrWIDTH = 13;		//arrow width (not ns4/op5/op6)var arrHEIGHT = 13;		//arrow height (not ns4/op5/op6)var arrHOFFSET = -1;		//arrow horizontal offset (not ns4/op5/op6)var arrVOFFSET = 0;		//arrow vertical offset (not ns4/op5/op6)var arrVALIGN = "middle";	//arrow vertical align (not ns4/op5/op6)var arrLEFT = "<";		//left arrow (not ns4/op5/op6)var arrLEFT_ROLL = "";		//left rollover arrow (not ns4/op5/op6)var arrRIGHT = ">";		//right arrow (not ns4/op5/op6)var arrRIGHT_ROLL = "";		//right rollover arrow (not ns4/op5/op6)//** LINKS ***********************************************************// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")addMainItem("http://www.earth.columbia.edu","HOME",133,"left","","HOME",167,0,"h","#ffffff","","","");defineSubmenuProperties(0,"left","left",0,-25,"","","","","","","");	addSubmenuItem("","","","");addMainItem("/about/index.html","About Us",133,"left","","About Us",196,0,"a","#ffffff","","","");	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")defineSubmenuProperties(150,"left","left",0,133,"","","","","","","");	// add submenu link items ("url","Link name","_target","alt text")	addSubmenuItem("/about/about.html","About The Earth Institute","","About The Earth Institute");	addSubmenuItem("/about/director/index.html","Jeffrey D. Sachs, Director","","Director");/*	addSubmenuItem("/about/timeline.html","Timeline","","Timeline");*/		addSubmenuItem("/generalInfo/directory/index.html","Directory","","Directory");	addSubmenuItem("/about/contact.php","Contact Us","","Contact Us");	addSubmenuItem("/about/management.php","Management","","Management");	addSubmenuItem("/about/eab.html","External Advisory Board","","External Advisory Board");/*	addSubmenuItem("/ac","Academic Committee","","Academic Committee");*/	addSubmenuItem("/support","Supporting the Earth Institute","","Supporting the Earth Institute");	addMainItem("/research/index.html","Research",133,"left","","Research",225,0,"r","#ffffff","","","");/*defineSubmenuProperties(120,"left","left",0,133,"","","","","","","");	addSubmenuItem("/research/index.html#earthsciences","Earth Sciences","","Earth Sciences");			defineChildmenuProperties(205,"left","left",0,0,"","","","","","","");			addChildmenuItem("http://www.ldeo.columbia.edu/","Lamont-Doherty Earth Observatory","","");			addChildmenuItem("http://www.giss.nasa.gov/","Goddard Institute for Space Studies<br> at Columbia University","","");			addChildmenuItem("http://www.ldeo.columbia.edu/Hudson/","Rivers & Estuaries","","");			addChildmenuItem("http://www.ldeo.columbia.edu/~einat/CNES/CNES_home.html","Center for Nonlinear Earth Systems","","");	addSubmenuItem("/research/index.html#biology","Biology","","Biology");			defineChildmenuProperties(235,"left","left",0,0,"","","","","","","");			addChildmenuItem("http://www.cerc.columbia.edu/","Center for Environmental <br>Research and Conservation","","");				addChildmenuItem("/cubes","Columbia University/UNESCO Joint Program <br>on Biosphere and Society","","");			addChildmenuItem("http://www.blackrockforest.org/","Black Rock Forest","","");	addSubmenuItem("/research/index.html#engineering","Engineering","","Engineering");			defineChildmenuProperties(155,"left","left",0,0,"","","","","","","");			addChildmenuItem("http://www.seas.columbia.edu/earth/index.html","Earth Engineering Center","","");	addSubmenuItem("/research/index.html#health","Health","","Health");			defineChildmenuProperties(155,"left","left",0,0,"","","","","","","");			addChildmenuItem("http://www.cghed.columbia.edu","Center for Global Health <br> and Economic Development","","");	addSubmenuItem("/research/index.html#socialsciences","Social Sciences","","Social Sciences");			defineChildmenuProperties(235,"left","left",0,0,"","","","","","","");			addChildmenuItem("/cgsd","Center on Globalization and <br>Sustainable Development","","");			addChildmenuItem("/about/aboutcees.html","Center for Economy, Environment & Society","","");			addChildmenuItem("/cgsd/res_byinstitution/pstgd.html","Program on Science, Technology,<BR>and Global Development","","");			addChildmenuItem("http://www.columbia.edu/cu/cssr/","Center for the Study of Science & Religion","","");			addChildmenuItem("http://www.rockefeller.edu/labheads/cohenje/cohenje.html","Laboratory of Populations","","");			addChildmenuItem("/ccs","Center on Capitalism and Society","","");	addSubmenuItem("/research/index.html#applications","Cross-Disciplinary","","Cross-Disciplinary");			defineChildmenuProperties(220,"left","left",0,0,"","","","","","","");			addChildmenuItem("http://www.CIESIN.org/","Center for International Earth Science<br> Information Network","","");			addChildmenuItem("http://iri.ldeo.columbia.edu/","International Research Institute <br>for Climate Prediction","","");			addChildmenuItem("/tropag","Tropical Agriculture Program","","");			addChildmenuItem("http://doherty.ldgo.columbia.edu/CHRR/","Center for Hazards and Risk Research","","");*/addMainItem("/education","Education",133,"left","","Education",254,0,"e","#ffffff","","","");/*defineSubmenuProperties(150,"left","left",0,133,"","","","","","","");addSubmenuItem("/education/programs_of_study/index.html","Programs of Study","","Programs of Study");	defineChildmenuProperties(165,"left","left",0,0,"","","","","","","");	addChildmenuItem("/education/programs_of_study/introductory.html","Introductory & Core Curriculum","","Introductory & Core Curriculum");	addChildmenuItem("/education/programs_of_study/undergraduate.html","Undergraduate","","Undergraduate");	addChildmenuItem("/education/programs_of_study/masters.html","Masters","","Masters");	addChildmenuItem("/education/programs_of_study/doctoral.html","Doctoral","","Doctoral");	addChildmenuItem("/education/programs_of_study/certificate.html","Certificates","","Certificates");	addChildmenuItem("/education/programs_of_study/fellowship.html","Fellowship Programs","","Fellowship Programs");	addChildmenuItem("/education/programs_of_study/research.html","Summer Programs","","Summer Programs");	addChildmenuItem("/outreach/InstMat.html","Instructional Materials","","Instructional Materials");	addChildmenuItem("/outreach/eseminars_ebriefings.html","E-Seminars & eBriefings","","E-Seminars & eBriefings");	addChildmenuItem("/outreach/ContEd.html","Continuing Education","","Continuing Education");addSubmenuItem("/education/student_resources/","Events","","Events");addSubmenuItem("/education/student_resources/","Student Resources","","Student Resources");	defineChildmenuProperties(130,"left","left",0,0,"","","","","","","");	addChildmenuItem("/education/student_resources/course_listings.html","Course Listings","","Course Listings");	addChildmenuItem("/education/programs_of_study/student_workshops.php","Student Workshops","","Student Workshops");	addChildmenuItem("/education/programs_of_study/research.html","Student Research","","Student Research");	addChildmenuItem("/events/index.php?populationFilter=6","Student Calendar","","Student Calendar");	addChildmenuItem("/education/student_resources/student_orgs.html","Groups and Organizations","","Groups and Organizations");		addChildmenuItem("http://www.earthscape.org/","Earthscape","","Earthscape");		addChildmenuItem("/outreach/Summer.html","Summer Programs","","Summer Programs");addSubmenuItem("/education/student_involvement/","Get Involved","","How to Get Involved");addSubmenuItem("/education/student_resources/","News","","News");*/addMainItem("/action/","Action",133,"left","","Action",283,0,"o","#ffffff","","","");defineSubmenuProperties(150,"left","left",0,133,"","","","","","","");addSubmenuItem("/earthclinic","The Earth Clinic","","The Earth Clinic");	defineChildmenuProperties(170,"left","left",0,0,"","","","","","","");	addChildmenuItem("/earthclinic/","About The Earth Clinic","","About The Earth Clinic");	addChildmenuItem("/action/arsenic_bangladesh.php","Reducing Arsenic Exposure <br>in Bangladesh","","Reducing Arsenic Exposure in Bangladesh");	addChildmenuItem("/mvp","The Millennium Villages Project","","The Millennium Villages Project");	addChildmenuItem("http://cnhde.ei.columbia.edu/programs/hep/","Expanding Health Care <br>in Ethiopia","","Expanding Health Care in Ethiopia");	addChildmenuItem("/cgsd/STP/","Oil Law Mitigation <br>in S&atilde;o Tom&eacute; and Pr&iacute;ncipe","","Oil Law Mitigation in S&atilde;o Tom&eacute; and Pr&iacute;ncipe");addSubmenuItem("/grocc","Global Roundtable on <br>Climate Change","","Global Roundtable on Climate Change");addSubmenuItem("/advance","ADVANCE Program","","ADVANCE Program");/* addSubmenuItem("/nyc","The New York City Initiative","","The New York City Initiative"); */addMainItem("/news/index.html","News",133,"left","","News",312,0,"n","#ffffff","","","");defineSubmenuProperties(120,"left","left",0,133,"","","","","","","");	addSubmenuItem("/news/index.html","Recent News","","Recent News");	addSubmenuItem("/e-newsletter/","E-Newsletter","","E-Newsletter");			defineChildmenuProperties(100,"left","left",0,0,"","","","","","","");			addChildmenuItem("/e-newsletter/","Current","","Current E-newsletter");			addChildmenuItem("/e-newsletter/archive.html","Archives","","E-newsletter Archives");	addSubmenuItem("/press","Press Room","","Press Room");	addSubmenuItem("/library/videos.html","Video Library","","Video Library");	addSubmenuItem("/library/animation.html","Multimedia Gallery","","Multimedia Gallery");	addMainItem("/events/index.php","Events",133,"left","","Events",341,0,"H","#ffffff","","","");defineSubmenuProperties(175,"left","left",0,133,"","","","","","","");	addSubmenuItem("/events/index.php","Calendar of Events","","Calendar of Events");	addSubmenuItem("/events/special_events/","Special Events Archive","","Special Events Archive");	addSubmenuItem("/crosscutting/cciseminars/index.html","Cross-Cutting Initiatives Seminars","","Cross-Cutting Initiatives Seminars");	addSubmenuItem("/events/index.php?populationFilter=6","Student Calendar","","Student Calendar");	addMainItem("/disciplines","Core",133,"left","","Core",380,0,"c","#ffffff","","","");defineSubmenuProperties(125,"left","left",0,133,"","#6699CC","#99CCFF","#FFFFFF","#CCFFFF","#333333","");	addSubmenuItem("/disciplines/index.html#earthsciences","Earth Sciences","","Earth Sciences");			defineChildmenuProperties(205,"right","left",0,0,"","#6699CC","#99CCFF","#FFFFFF","#CCFFFF","#333333","");			addChildmenuItem("http://www.ldeo.columbia.edu/","Lamont-Doherty Earth Observatory","","");			addChildmenuItem("http://www.giss.nasa.gov/","Goddard Institute for Space Studies<br> at Columbia University","","");			addChildmenuItem("http://www.ldeo.columbia.edu/Hudson/","Rivers and Estuaries","","");			addChildmenuItem("http://ccsr.columbia.edu/index.html","Center for Climate Systems Research","","");			addChildmenuItem("http://www.ldeo.columbia.edu/~einat/CNES/CNES_home.html","Center for Nonlinear Earth Systems","","");	addSubmenuItem("/disciplines/index.html#biology","Biology","","Biology");			defineChildmenuProperties(155,"right","left",0,0,"","#6699CC","#99CCFF","#FFFFFF","#CCFFFF","#333333","");			addChildmenuItem("http://www.cerc.columbia.edu/","Center for Environmental <br>Research and Conservation","","");			addChildmenuItem("http://www.blackrockforest.org/","Black Rock Forest","","");	addSubmenuItem("/disciplines/index.html#engineering","Engineering","","Engineering");			defineChildmenuProperties(205,"right","left",0,0,"","#6699CC","#99CCFF","#FFFFFF","#CCFFFF","#333333","");			addChildmenuItem("http://www.seas.columbia.edu/earth/index.html","Earth Engineering Center","","");			addChildmenuItem("/lcse","Lenfest Center for Sustainable Energy","","");	addSubmenuItem("/disciplines/index.html#health","Health","","Health");			defineChildmenuProperties(155,"right","left",0,0,"","#6699CC","#99CCFF","#FFFFFF","#CCFFFF","#333333","");			addChildmenuItem("http://www.cghed.columbia.edu","Center for Global Health <br> and Economic Development","","");			addChildmenuItem("http://cnhde.ei.columbia.edu","Center for National Health <br>Development in Ethiopia","","");	addSubmenuItem("/disciplines/index.html#socialsciences","Social Sciences","","Social Sciences");			defineChildmenuProperties(235,"right","left",0,0,"","#6699CC","#99CCFF","#FFFFFF","#CCFFFF","#333333","");			addChildmenuItem("/cgsd","Center on Globalization and <br>Sustainable Development","","");			addChildmenuItem("/cgsd/res_byinstitution/cees.html","Center for Economy, Environment & Society","","");			addChildmenuItem("/cgsd/res_byinstitution/pstgd.html","Program on Science, Technology,<BR>and Global Development","","");			addChildmenuItem("http://www.columbia.edu/cu/cssr/","Center for the Study of Science & Religion","","");			addChildmenuItem("http://www.rockefeller.edu/labheads/cohenje/cohenje.html","Laboratory of Populations","","");			addChildmenuItem("/ccs","Center on Capitalism and Society","","");			addChildmenuItem("/csud","Center for Sustainable Urban Development","","Center for Sustainable Urban Development");			addChildmenuItem("http://www.cpii.columbia.edu/","Columbia Program on International Investment","","Columbia Program on International Investment");	addSubmenuItem("/disciplines/index.html#applications","Cross-Disciplinary","","Cross-Disciplinary");			defineChildmenuProperties(220,"right","left",0,0,"","#6699CC","#99CCFF","#FFFFFF","#CCFFFF","#333333","");			addChildmenuItem("http://www.ciesin.columbia.edu","Center for International Earth Science<br> Information Network","","");			addChildmenuItem("http://iri.ldeo.columbia.edu/","International Research Institute <br>for Climate and Society","","");			addChildmenuItem("/tropag","Tropical Agriculture Program","","");			addChildmenuItem("http://www.ldeo.columbia.edu/chrr/","Center for Hazards and Risk Research","","");	addMainItem("/crosscutting/","Cross",133,"left","","Cross",419,0,"","#ffffff","","","");	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")/* defineSubmenuProperties(150,"left","right",0,133,"","#99FF66","#CCFF99","#FFFFFF","#FFFF99","#333333","");	addSubmenuItem("/news/index.html","Climate/Society Interactions","","Climate/Society Interactions");	addSubmenuItem("/news/index.html","Water","","Water");	addSubmenuItem("/news/index.html","Energy","","Energy");	addSubmenuItem("/news/index.html","Poverty Reduction","","Poverty Reduction");	addSubmenuItem("/news/index.html","Ecosystems","","Ecosystems");	addSubmenuItem("/news/index.html","Global Public Health","","Global Public Health");	addSubmenuItem("/news/index.html","Food, Ecology & Nutrition","","Food, Ecology & Nutrition");	addSubmenuItem("/news/index.html","Hazards","","Hazards");	addSubmenuItem("/news/index.html","Urbanization","","Urbanization");	*///**DO NOT EDIT THIS *****}//***********************//************************