//<!-- 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("two", 2, 251, 105); 
addMenu("three", 2, 251, 137); 
//addMenu("basics", 3, 415, 368); 
//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", "Religion Studies Home","http://www.muhlenberg.edu/depts/religion/index.html","one");
addMenuItem( "main", "Programs","http://www.muhlenberg.edu/depts/religion/relprog.htm","two");
addMenuItem( "main", "Faculty","javascript:none()","three");
addMenuItem( "main", "Current Courses","","four");
addMenuItem( "main", "Honors Thesis","http://www.muhlenberg.edu/depts/religion/thesis.html","five");
addMenuItem( "main", "Theta Alpha Kappa","http://www.muhlenberg.edu/depts/religion/honor.html","six");

//---------------------
//LEVEL 2:
//---------------------
addMenuItem( "two", "Major Requirements", "http://www.muhlenberg.edu/depts/religion/relprog.htm#maj","seven");
addMenuItem( "two", "Minor Requirements", "http://www.muhlenberg.edu/depts/religion/relprog.htm#min","eight");
addMenuItem( "two", "Jewish Studies Minor", "http://www.muhlenberg.edu/depts/religion/relprog.htm#js","nine");
addMenuItem( "two", "Asian Traditions Minor", "http://www.muhlenberg.edu/depts/religion/relprog.htm#atminor","ten");
addMenuItem( "two", "Religious Education", "http://www.muhlenberg.edu/depts/religion/relprog.htm#re","eleven");
addMenuItem( "two", "Semester in Wash., D.C.","http://www.muhlenberg.edu/depts/religion/relprog.htm#wash","twelve");
addMenuItem( "three", "Sharon Albert", "http://www.muhlenberg.edu/depts/religion/salberthp.htm","thirteen");
addMenuItem( "three", "Jessica Cooperman", "http://www.muhlenberg.edu/depts/religion/coopermanhp.htm","fourteen");
addMenuItem( "three", "William Gruen", "http://www.muhlenberg.edu/depts/religion/gruenhp.htm","fifteen");
addMenuItem( "three", "Hartley Lachter", "http://www.muhlenberg.edu/depts/religion/lachterhp.htm","sixteen");
addMenuItem( "three", "Sor-Ching Low", "http://www.muhlenberg.edu/depts/religion/slhp.htm","seventeen");
addMenuItem( "three", "Peter Pettit", "http://www.muhlenberg.edu/depts/religion/pettithp.htm","eighteen");
addMenuItem( "three", "Susan Schwartz", "http://www.muhlenberg.edu/depts/religion/sshp.htm","nineteen");
addMenuItem( "four", "Fall 2009 Courses", "http://www.muhlenberg.edu/depts/religion/courses.htm","twenty");
addMenuItem( "four", "All Religion Courses", "http://www.muhlenberg.edu/catalog/catalog.pdf#religioncourses","twentyone");

//---------------------
//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");
