//<!-- 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("report", 2, "250", "98");
addMenu("id", 2, "250", "148");
addMenu("news", 2, "250", "173");
//addMenu("humanities", 3, 475, 118); 
//addMenu("visiting", 3,450, 92); 
//addMenu("fieldstudy", 3, 0, 0); 


//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
// menu parentId, text, link, id
//===============================

//---------------------
//LEVEL 1:
//---------------------
addMenuItem( "main", "About Berg","/muhlinfo/","berg");
addMenuItem( "main", "Annual Reports","","report");
addMenuItem( "main", "Board of Associates","/mgt/pubrel/board.html","board");
addMenuItem( "main", "Campus Identity","","id");
addMenuItem( "main", "Campus News","","news");
addMenuItem( "main", "Meet the PR Staff","/mgt/pubrel/staff.html","staff");
addMenuItem( "main", "Muhlenberg Magazine","http://www.muhlenberg.edu/cultural/magazine/","mag");
//addMenuItem( "main", "Woman's Auxiliary","/mgt/pubrel/womanaux.html","aux");
addMenuItem( "main", "Home","/mgt/pubrel/index.html","home");

//---------------------
//LEVEL 2:
//---------------------
addMenuItem( "report", "2008-2009", "http://www.muhlenberg.edu/mgt/presoff/annualreport/0809.pdf","six",true);
addMenuItem( "report", "2007-2008", "http://www.muhlenberg.edu/mgt/presoff/annualreport/0708.pdf","five",true);
addMenuItem( "report", "2006-2007", "http://www.muhlenberg.edu/mgt/presoff/annualreport/Muhl07.pdf","four",true);
addMenuItem( "report", "2005-2006", "/mgt/presoff/annualreport/0506.pdf","three",true);
addMenuItem( "report", "2004-2005", "http://www.muhlenberg.edu/mgt/presoff/pdf/Muhl05_AR.pdf","two",true);
addMenuItem( "report", "2003-2004", "/mgt/pubrel/annualreport/0304.pdf","one",true);
addMenuItem( "id", "Graphic Identity Program", "/mgt/pubrel/id.html","identity");
addMenuItem( "id", "Style Guide", "/mgt/pubrel/style.html","style");
addMenuItem( "id", "Official College Graphics", "http://brainiac.muhlenberg.edu/StartPage/graphics.htm","official");
addMenuItem( "news", "Berg in the News", "/mgt/pubrel/NewsArchive.html","bergnews");
addMenuItem( "news", "Kudos", "/mgt/pubrel/notes.html","notes");
addMenuItem( "news", "Press Releases", "/muhlinfo/news/latestnews.html","latest");
addMenuItem( "news", "Service Awards", "/mgt/pubrel/superserv.html","service");
//
//
//
////---------------------
////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");
