//=============================
//=============================
addMenu("main", 1, "", "");

//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
//---------------------
//LEVEL 1:
//---------------------
//Usage:  addMenuItem(parentId, text, link, id);
addMenuItem("main","Student Union Home","http://www.muhlenberg.edu/mgt/union/index.html","index");
addMenuItem("main","Dining Services","http://www.muhlenberg.edu/dining/","dining");
addMenuItem("main","Dining Services Policy","http://www.muhlenberg.edu/mgt/union/dining.html","diningpolicy");
addMenuItem("main","Student IDs","http://www.muhlenberg.edu/mgt/union/ids.html","ids");
addMenuItem("main","Meetings & Conferences","http://www.muhlenberg.edu/mgt/union/events.html","events");
addMenuItem("main","Sales & Solicitation","http://www.muhlenberg.edu/mgt/union/sales.html","sales");
addMenuItem("main","Internal Events","http://brainiac/StartPage/policy&procedure/internal.html","internal");
addMenuItem("main","Info Desk Handbook","http://brainiac/StartPage/policy&procedure/Information_Desk_Handbook.pdf","handbook");
addMenuItem("main","Campus Tour","http://www.muhlenberg.edu/tour/index.html","tour");
addMenuItem("main","Directions to 'Berg","http://www.muhlenberg.edu/muhlinfo/directions.html","directions");
//---------------------
//LEVEL 2:
//---------------------
//Usage:  addMenuItem(parentId, text, link, id);
//---------------------
//LEVEL 3:
//---------------------
//Usage:  addMenuItem(parentId, text, link, id);
