//=============================
//=============================
addMenu("main", 1, "", "");
addMenu("berg", 2, "", "");
//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
//---------------------
//LEVEL 1:
//---------------------

addMenuItem("main", "Mission Statement", "mission.html", "mission");
addMenuItem("main", "Major", "major.html", "major");
addMenuItem("main", "Courses", "courses.html", "courses");
addMenuItem("main", "Faculty", "faculty.html", "faculty");
addMenuItem("main", "Internships", "http://www.muhlenberg.edu/catalog/catalog.pdf#internships", "internships");
addMenuItem("main", "Honors", "honors.html", "honors");
addMenuItem("main", "Futures", "futures.html", "futures");
addMenuItem("main", "News", "news.html", "news");
addMenuItem("main", "Links", "links.html", "links");
//addMenuItem("main", "Muhlenberg Links", "", "berg");
//---------------------
//LEVEL 2:
//---------------------
//addMenuItem("berg", "Academics", "http://www.muhlenberg.edu/depts/index.html", "academics");
//addMenuItem("berg", "Campus Calendar", "http://shrek.muhlenberg.edu/Calendar/EventList.aspx?fromdate=5/1/2007&todate=5/31/2007&display=Month&view=DateTime", "calendar");
//addMenuItem("berg", "Campus Culture", "http://www.muhlenberg.edu/cultural/index.html", "culture");
//addMenuItem("berg", "College Offices & Services", "http://www.muhlenberg.edu/mgt/index.html", "serv");
//addMenuItem("berg", "Interdisiplinary Studies", "http://www.muhlenberg.edu/catalog/catalog.pdf#Interdisciplinary", "interdis");
//---------------------
//LEVEL 3:
//---------------------
//Usage:  addMenuItem(parentId, text, link, id);
