//<!-- Add 1 for each level of menus (usually 2 or 3) at the most -->
//	linkclass, color, bgcolor, mouseOver Color, mouseOver BgColor

addLevel(1,  "mainlevel", "#000000", "#e7d5d6", "#f2f2f2", "#e31635");
addLevel(2,  "sub1", "#f2f2f2", "#e31635","#000000", "#e7d5d6" );
addLevel(3,  "sub2", "#000000", "#e7d5d6", "#f2f2f2", "#e31635" );


//------------------------------------------------------------------------------
//<!-- MENUS section-->
//<!-- Add 1 for each TABLE (menu) -->
//=============================
// menu id, level, left, top
//=============================
addMenu("main", 1, "", "");
//------------------------------------------------------------------------------
//DO NOT MODIFY ABOVE THIS LINE
//------------------------------------------------------------------------------

addMenu("about", 2, 250, 72); 
addMenu("comm", 2, 250, 98); 
addMenu("boards", 2, 250, 123);
addMenu("hoc", 2, 250, 148); 
addMenu("init", 2, 250, 173); 


//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
// menu parentId, text, link, id
//===============================

//---------------------
//LEVEL 1:
//---------------------
addMenuItem( "main", "About President Helm","","about");
addMenuItem( "main", "Communiqué","http://www.muhlenberg.edu/mgt/presoff/essays.html","comm");
addMenuItem( "main", "Boards","","boards");
addMenuItem( "main", "Ad Hoc Committees","","hoc");
addMenuItem( "main", "Initiatives","","init");
addMenuItem( "main", "Previous Presidents","http://www.muhlenberg.edu/mgt/presoff/previous.html","prev");
addMenuItem( "main", "President's Office Home","http://www.muhlenberg.edu/mgt/presoff/index.html","sitehome");


//---------------------
//LEVEL 2:
//---------------------
addMenuItem( "about", "Biography", "http://www.muhlenberg.edu/mgt/presoff/bio.html","bio");
addMenuItem( "about", "Curriculum Vitae", "http://www.muhlenberg.edu/mgt/presoff/vitae.html","vitae");
addMenuItem( "about", "Inauguration", "http://www.muhlenberg.edu/mgt/presoff/inauguration.html","inaug");
addMenuItem( "about", "Israel Mission", "http://www.muhlenberg.edu/mgt/presoff/israel_slides/israel.html","israel");
//addMenuItem( "comm", "Annual Report", "http://www.muhlenberg.edu/mgt/presoff/annualreport/","annual");
//addMenuItem( "comm", "Essays", "http://www.muhlenberg.edu/mgt/presoff/essays.html","essays");
//addMenuItem( "comm", "Muhlenberg and Its Neighbors", "http://www.muhlenberg.edu/mgt/presoff/pdf/neighbors06.pdf","neighbor",true);
//addMenuItem( "comm", "Reports", "http://www.muhlenberg.edu/mgt/presoff/reports.html","reports");
//addMenuItem( "comm", "Speeches", "http://www.muhlenberg.edu/mgt/presoff/speeches.html","speeches");
//addMenuItem( "comm", "Video Message", "http://www.muhlenberg.edu/mgt/presoff/video_h.html","video");
addMenuItem( "boards", "Board of Observers", "http://www.muhlenberg.edu/mgt/presoff/observers.html","observe");
addMenuItem( "boards", "Board of Trustees", "http://www.muhlenberg.edu/mgt/presoff/trustees/","trustee");
addMenuItem( "hoc", "50th Anniversary of Co-Ed", "/mgt/presoff/coed/","coed");
addMenuItem( "hoc", "Campus Alcohol Discussion", "http://www.muhlenberg.edu/mgt/presoff/alcohol.html","alcohol");
addMenuItem( "hoc", "Film Studies", "http://www.muhlenberg.edu/depts/filmstudies/","film");
addMenuItem( "hoc", "Greek Life Task Force", "http://www.muhlenberg.edu/mgt/presoff/greeklife.html","greek");
addMenuItem( "hoc", "Greening Committee", "/sustainability/greencomm.html","green");
addMenuItem( "hoc", "Multicultural Center", "http://www.muhlenberg.edu/mgt/presoff/diversity/multiculturalcenter.htm","multi");
addMenuItem( "hoc", "Partisan Political Activity", "http://www.muhlenberg.edu/mgt/presoff/ppa/","ppa");
addMenuItem( "hoc", "Senior Year Experience", "/mgt/presoff/sye/","sye");
addMenuItem( "hoc", "Service Learning Recog.", "http://www.muhlenberg.edu/mgt/presoff/servicelearning.html","sl");
addMenuItem( "hoc", "Sexual Assault Prevention", "http://www.muhlenberg.edu/mgt/presoff/sextask.html","sextask");
addMenuItem( "hoc", "Summer Programs", "http://www.muhlenberg.edu/mgt/presoff/summer/","summer");
addMenuItem( "init", "19th St. Development", "http://www.muhlenberg.edu/mgt/presoff/19thstreet.html","street");
addMenuItem( "init", "Campus Safety Initiatives", "/mgt/presoff/security/index.html","csecurity");
addMenuItem( "init", "Diversity", "http://www.muhlenberg.edu/mgt/presoff/diversity/index.html","diversity");
addMenuItem( "init", "Middle States", "http://shrek.muhlenberg.edu/PresPrivReports/middlestates/index.asp","middle");
addMenuItem( "init", "Strategic Planning", "http://www.muhlenberg.edu/committees/strategicplanning","strat");


//---------------------
//LEVEL 3:
//---------------------
//addMenuItem( "basics", "'Berg At A Glance", "/admissions/facts.html","glance");
//addMenuItem( "basics", "College Catalog", "/catalog","catalog");
//addMenuItem( "visiting", "Campus Maps", "/maps","maps");
//addMenuItem( "visiting", "Directions", "/directions","directions");
//addMenuItem( "academics", "Fields Of Study", "/study","fieldstudy");
//addMenuItem( "academics", "Humanities", "/study","humanities");
//addMenuItem( "humanities", "Arts", "/arts","arts");
//addMenuItem( "humanities", "English", "/english","english");
