//=============================
//=============================
addMenu("main", 1, "", "");

//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
//---------------------
//LEVEL 1:
//---------------------
addMenuItem( "main", "Meet the Staff","/students/activities/staff.html","staff");
//addMenuItem( "main", "Events","","events");
addMenuItem( "main", "Activities Council (MAC)","","mac");
addMenuItem( "main", "Student Organizations","http://shrek.muhlenberg.edu:8080/Lookup/studorgs/index.html","studorgs");
addMenuItem( "main", "Information & Resources","/students/activities/infoguide.html","info");
addMenuItem( "main", "Related Offices","","related");
addMenuItem( "main", "Home","/students/activities/index.html","home");
//---------------------
//LEVEL 2:
//---------------------
//addMenuItem( "events", "Activities Calendar","/students/activities/new07/act_calendar.html","calendar");
addMenuItem( "events", "Commencement","http://www.muhlenberg.edu/commencement/","commencement");
addMenuItem( "events", "Family Weekend","http://www.muhlenberg.edu/muhlinfo/parents/weekend.html","family");
addMenuItem( "events", "Reunion/Homecoming Weekend","","reunion");
addMenuItem( "mac", "About MAC","/students/activities/mac.html","about");
addMenuItem( "mac", "07-08 Council and Advisors","/students/activities/council.html","council");
//addMenuItem( "mac", "Committees","","committees");
addMenuItem( "info", "Area Activities","http://www.lehighvalleypa.org/","thingstodo");
addMenuItem( "info", "Campus Extensions","/students/activities/extensions.html","extensions");addMenuItem( "info", "Student Resource Guide","http://www.muhlenberg.edu/mgt/deanst/studentguide.html","guide");
addMenuItem( "related", "Campus Life","http://www.muhlenberg.edu/students/CampusLife/","life");
addMenuItem( "related", "Community Service","http://www.muhlenberg.edu/studorgs/service/","commserv");
addMenuItem( "related", "Dean of Students","http://www.muhlenberg.edu/mgt/deanst/index.html","dos");
addMenuItem( "related", "Greek Life","http://www.muhlenberg.edu/students/greek/","greek");
addMenuItem( "related", "Multicultural Life","http://www.muhlenberg.edu/cultural/multicultural/index.html","multicultural");
addMenuItem( "related", "Student Government","http://www.muhlenberg.edu/studorgs/council/index.html","studgov");
addMenuItem( "related", "Student Union","http://www.muhlenberg.edu/mgt/union/index.html","union");
//---------------------
//LEVEL 3:
//---------------------
//addMenuItem( "committees", "Comedy","/students/activities/new07/comedy.html","comedy");
//addMenuItem( "committees", "Fundraising","/students/activities/new07/fundraising.html","fundraising");
//addMenuItem( "committees", "Movies","/students/activities/new07/movies.html","movies");
//addMenuItem( "committees", "Music","/students/activities/new07/music.html","music");
//addMenuItem( "committees", "Special Events","/students/activities/new07/sp_events.html","specialevents");
