//<!-- 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("degree", 2, 251, 123); 
addMenu("policiesdocs", 2, 251, 230); 
addMenu("students", 2, 251, 180); 
addMenu("resources", 2, 251, 255); 
addMenu("letter", 3, 522, 230); 
addMenu("styleguide", 3, 522, 254); 
addMenu("criteria", 3, 522, 276);
addMenu("tips", 3, 522, 298);
addMenu("evaluating", 3, 522, 320);
addMenu("plagiarism", 3, 522, 342);
addMenu("majminreq", 3, 522, 363);


//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
// menu parentId, text, link, id
//===============================

//---------------------
//LEVEL 1:
//---------------------
addMenuItem( "main", "Home","/depts/soc-anth/index.html","home");
addMenuItem( "main", "The Department Mission","/depts/soc-anth/mission.html","mission");
addMenuItem( "main", "Degree Programs & &nbsp;&nbsp;&nbsp;Courses","javascript:none()","degree");
addMenuItem( "main", "Faculty","/depts/soc-anth/faculty/index.html","faculty");
addMenuItem( "main", "Students","javascript:none()","students");
addMenuItem( "main", "Alumni","/depts/soc-anth/students/alumni/alumni.html","alumni");
addMenuItem( "main", "Policies & Documents","javascript:none()","policiesdocs");
addMenuItem( "main", "Online Resources","javascript:none()","resources");
addMenuItem( "main", "Special Programs","/depts/soc-anth/special/","special");
addMenuItem( "main", "A View From the Bench &nbsp;&nbsp;&nbsp;&nbsp;After Kitzmiller vs. Dover","/depts/soc-anth/dover/","bench");

//---------------------
//LEVEL 2:
//---------------------
addMenuItem( "degree", "Anthropology", "/depts/soc-anth/course/anth.html","anthropology");
addMenuItem( "degree", "Sociology", "/depts/soc-anth/course/soc.html","sociology");
addMenuItem( "policiesdocs", "Requesting A Letter of Recommendation","/depts/soc-anth/policies/guide.html","letter");
addMenuItem( "policiesdocs", "Style Guide for Papers","/depts/soc-anth/policies/style.html","styleguide");
addMenuItem( "policiesdocs", "Grading Criteria for Research Papers","/depts/soc-anth/policies/grade.html","criteria");
addMenuItem( "policiesdocs", "Tips on Quality Writing","/depts/soc-anth/policies/tips.html","tips");
addMenuItem( "policiesdocs", "Evaluating Internet Resources","/depts/soc-anth/policies/eval.html","evaluating");
addMenuItem( "policiesdocs", "What Is Plagiarism?","/depts/soc-anth/policies/plagiarism.html","plagiarism");
addMenuItem( "policiesdocs", "Major/Minor Requirements","javascript:none()","majminreq");
addMenuItem( "students", "Alumni","/depts/soc-anth/students/alumni/alumni.html","checkout");
addMenuItem( "students", "Recent Graduates","/depts/soc-anth/students/alumni/recent_grads.html","recentgrads");
addMenuItem( "students", "Honors Program in Sociology & Anthropology","/depts/soc-anth/students/honors.html","honors");
addMenuItem( "students", "SAC Club","/depts/soc-anth/students/club.html","sac");
addMenuItem( "students", "Resource Room","/depts/soc-anth/students/resourceroom.html","resourceroom");
addMenuItem( "students", "Senior Symposium","/depts/soc-anth/students/SeniorSymposium/spring08/sp08.html","symposium");
addMenuItem( "students", "Student Awards & Grant Opportunities","http://www.muhlenberg.edu/mgt/provost/academic/award.html","awards");
addMenuItem( "students", "Graduate School Information","/depts/soc-anth/policies/applyGrad.html","gradschool");
addMenuItem( "students", "The George T. Ettinger Building","/depts/soc-anth/students/ettinger.html","ettinger");
addMenuItem( "students", "The Harry C. Trexler Library","http://www.muhlenberg.edu/library","lib");
addMenuItem( "students", "The Writing Center","http://www.muhlenberg.edu/students/writing/index.html","writing");
addMenuItem( "students", "Academic Resource Center","http://www.muhlenberg.edu/students/acasrvcs/","acasrvcs");
addMenuItem( "students", "Career Center","http://www.muhlenberg.edu/ocdp/","ocdp");
addMenuItem( "students", "Education Abroad","http://www.muhlenberg.edu/depts/educabroad/index.html","educabroad");
addMenuItem( "students", "Dean of Academic Life","http://www.muhlenberg.edu/mgt/provost/academic/","dean");
addMenuItem( "students", "Registrar","http://www.muhlenberg.edu/mgt/registrar/","registrar");
addMenuItem( "students", "Muhlenberg College Bookstore","http://www.bergbookshop.com","bookstore");
addMenuItem( "students", "Institutional Review Board","http://www.muhlenberg.edu/mgt/provost/committees/irb.html","irb");
addMenuItem( "resources", "Anthropology","/depts/soc-anth/online/anth.html","onlineanth");
addMenuItem( "resources", "Sociology","/depts/soc-anth/online/soc.html","onlinesoc");

//---------------------
//LEVEL 3:
//---------------------
addMenuItem( "letter", "HTML Version","/depts/soc-anth/policies/guide.html","guide1");
addMenuItem( "letter", "PDF Version","/depts/soc-anth/policies/guide.pdf","guide2");
addMenuItem( "styleguide", "HTML Version","/depts/soc-anth/policies/style.html","style1");
addMenuItem( "styleguide", "PDF Version","/depts/soc-anth/policies/style.pdf","style2");
addMenuItem( "criteria", "HTML Version","/depts/soc-anth/policies/grade.html","grade1");
addMenuItem( "criteria", "PDF Version","/depts/soc-anth/policies/grade.pdf","grade2");
addMenuItem( "tips", "HTML Version","/depts/soc-anth/policies/tips.html","tips1");
addMenuItem( "tips", "PDF Version","/depts/soc-anth/policies/tips.pdf","tips2");
addMenuItem( "evaluating", "HTML Version","/depts/soc-anth/policies/eval.html","eval1");
addMenuItem( "evaluating", "PDF Version","/depts/soc-anth/policies/eval.pdf","eval2");
addMenuItem( "plagiarism", "HTML Version","/depts/soc-anth/policies/plagiarism.html","plag1");
addMenuItem( "plagiarism", "PDF Version","/depts/soc-anth/policies/plagiarism.html","plag2");
addMenuItem( "majminreq", "Anthropology Requirements","http://www.muhlenberg.edu/depts/soc-anth/policies/anthro_req.pdf","anthreq", true);
addMenuItem( "majminreq", "Sociology Requirements","http://www.muhlenberg.edu/depts/soc-anth/policies/soc_req09.pdf","socreq", true);