//=============================
//=============================
addMenu("main", 1, "", "");

//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
//---------------------
//LEVEL 1:
//---------------------
addMenuItem("main", "About FCT", "http://www.muhlenberg.edu/cultural/fct/fct.html", "about");
addMenuItem("main", "Upcoming Events", "http://www.muhlenberg.edu/cultural/fct/upcoming.html", "events");
addMenuItem("main", "Past Programs", "http://www.muhlenberg.edu/cultural/fct/PastProgramResources.htm", "past");
addMenuItem("main", "New Faculty Orientation", "http://www.muhlenberg.edu/cultural/fct/Orientation.html", "orientation");
addMenuItem("main", "Conferences", "http://www.muhlenberg.edu/cultural/fct/conferences.htm", "conferences");
addMenuItem("main", "Teaching Grants", "http://www.muhlenberg.edu/cultural/fct/summergrant.html", "grants");
addMenuItem("main", "FCT Resources", "http://www.muhlenberg.edu/cultural/fct/Resources.htm", "resources");
addMenuItem("main", "Links", "http://www.muhlenberg.edu/cultural/fct/FCT_Links.htm", "links");
//---------------------
//LEVEL 2:
//---------------------
//Usage:  addMenuItem(parentId, text, link, id);
//---------------------
//LEVEL 3:
//---------------------
//Usage:  addMenuItem(parentId, text, link, id);
