//<!-- 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, "", "");
addMenu("first", 2, 250, 75);
addMenu("infosession", 2, 250, 100);
addMenu("accelerated", 2, 250, 125);
addMenu("traditional", 2, 250, 150);
addMenu("teacher", 2, 250, 175);
addMenu("course", 2, 250, 200);
addMenu("summer", 2, 250, 225);
addMenu("services", 2, 250, 250);
addMenu("alumni", 2, 250, 275);
addMenu("download", 2, 250, 300);
addMenu("people", 2, 250, 325);
addMenu("way", 2, 250, 350);
addMenu("contact", 2, 250, 350);
//addMenu("corporate", 2, 250, 382);
addMenu("wescoe", 2, 250, 400);
addMenu("muhlenberg", 2, 250, 375);

//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
//---------------------
//LEVEL 1:
//---------------------
//Usage:  addMenuItem(parentId, text, link, id);


addMenuItem("main", "What To Do First", "http://www.muhlenberg.edu/wescoe/about.htm", "first");
addMenuItem("main", "Information Sessions", "http://www.muhlenberg.edu/wescoe/infosession.htm", "infosession");
addMenuItem("main", "Accelerated Degrees", "http://www.muhlenberg.edu/wescoe/accelerated.htm", "accelerated");
addMenuItem("main", "Traditional Degrees", "http://www.muhlenberg.edu/wescoe/traditional.htm", "traditional");
addMenuItem("main", "Teacher Certification", "http://www.muhlenberg.edu/wescoe/teacher.htm", "teacher");
addMenuItem("main", "Course Information", "http://www.muhlenberg.edu/wescoe/course.htm", "course");
addMenuItem("main", "Summer Session", "http://www.muhlenberg.edu/wescoe/summer.htm", "summer");
addMenuItem("main", "Student Services", "http://www.muhlenberg.edu/wescoe/services.htm", "services");
addMenuItem("main", "Alumni Relations", "http://www.muhlenberg.edu/wescoe/alumni.htm", "alumni");
addMenuItem("main", "Downloading Forms", "http://www.muhlenberg.edu/wescoe/forms.htm", "download");
addMenuItem("main", "Staff/Contact Information", "http://www.muhlenberg.edu/wescoe/staff.htm", "people");
//addMenuItem("main", "The Wescoe Way", "http://www.muhlenberg.edu/wescoe/way.htm", "way");
addMenuItem("main", "Wescoe Faculty", "http://www.muhlenberg.edu/wescoe/faculty.htm", "contact");
//addMenuItem("main", "Corporate Alliances", "http://www.wescoe.com", "corporate");

addMenuItem("main", "Muhlenberg Home", "http://www.muhlenberg.edu", "muhlenberg");

//---------------------
//LEVEL 2:
//---------------------
//Usage:  addMenuItem(parentId, text, link, id);

addMenuItem("first", "What is the Wescoe School?", "http://www.muhlenberg.edu/wescoe/about.htm", "about");
//addMenuItem("first", "Discover How We Are Extraordinary", "http://www.muhlenberg.edu/wescoe/different.htm", "different");
addMenuItem("first", "Request Information", "http://www.muhlenberg.edu/wescoe/request.htm", "request");
addMenuItem("first", "Talk to an Advisor", "http://www.muhlenberg.edu/wescoe/advisor.htm", "advisor");
addMenuItem("first", "Complete an Application", "http://www.muhlenberg.edu/wescoe/apply.htm", "apply");
addMenuItem("first", "Get Directions & Maps", "http://www.muhlenberg.edu/wescoe/visit.htm", "directions");
addMenuItem("first", "Transfer Credits", "http://www.muhlenberg.edu/wescoe/transfer.htm", "transfer");
//addMenuItem("first", "Compare Two Programs", "http://www.muhlenberg.edu/wescoe/compare.htm", "compare");
addMenuItem("first", "Finance your Education", "http://www.muhlenberg.edu/wescoe/finance.htm", "finance");
addMenuItem("first", "Review Testimonials", "http://www.muhlenberg.edu/wescoe/testimonials.htm", "testimonial");
addMenuItem("first", "Frequently Asked Questions", "http://www.muhlenberg.edu/wescoe/faq.htm", "faq");
addMenuItem("first", "Check Weather Cancellations", "http://www.muhlenberg.edu/wescoe/weather.htm", "weather");
addMenuItem("first", "Attend an Information Session", "http://www.muhlenberg.edu/wescoe/infosession.htm", "attend");

addMenuItem("infosession", "The Next Session Will Be", "http://www.muhlenberg.edu/wescoe/infosession.htm", "next");

addMenuItem("accelerated", "Accelerated Degrees", "http://www.muhlenberg.edu/wescoe/accelerated.htm", "accelerate");
//addMenuItem("accelerated", "Evening & Weekend Schedules", "http://www.muhlenberg.edu/wescoe/ewsched.htm", "ewsched");
addMenuItem("accelerated", "Business Administration", "http://www.muhlenberg.edu/wescoe/business.htm", "business");
addMenuItem("accelerated", "Healthcare Management", "http://www.muhlenberg.edu/wescoe/healthcare.htm", "healthcare");
addMenuItem("accelerated", "Financial Services Management", "http://www.muhlenberg.edu/wescoe/financialservices.htm", "financial");
addMenuItem("accelerated", "Human Resources Leadership", "http://www.muhlenberg.edu/wescoe/hrleadership.htm", "financial");
addMenuItem("accelerated", "HR Learning & Performance", "http://www.muhlenberg.edu/wescoe/humanresLP.htm", "humanres");
addMenuItem("accelerated", "Information Systems", "http://www.muhlenberg.edu/wescoe/infosys.htm", "infosys");
addMenuItem("accelerated", "Certificates", "http://www.muhlenberg.edu/wescoe/certificates.htm", "certificates");
addMenuItem("accelerated", "Tuition & Fees", "http://www.muhlenberg.edu/wescoe/fees.htm", "afees");
addMenuItem("accelerated", "Talk to an Advisor", "http://www.muhlenberg.edu/wescoe/advisor.htm", "aadvisor");
//addMenuItem("accelerated", "Frequently Asked Questions", "http://www.muhlenberg.edu/wescoe/faq.htm", "afaq");
//addMenuItem("accelerated", "Compare to Traditional", "http://www.muhlenberg.edu/wescoe/compare.htm", "comptrad");

addMenuItem("traditional", "Traditional Degrees", "http://www.muhlenberg.edu/wescoe/traditional.htm", "tradition");
addMenuItem("traditional", "Associate's Degrees", "http://www.muhlenberg.edu/wescoe/associate.htm", "associate");
addMenuItem("traditional", "Bachelor's Degrees", "http://www.muhlenberg.edu/wescoe/bachelor.htm", "bachelor");
addMenuItem("traditional", "Major Certificates", "http://www.muhlenberg.edu/wescoe/postbacc.htm", "postbacc");
addMenuItem("traditional", "Certificates", "http://www.muhlenberg.edu/wescoe/certif.htm", "certif");
addMenuItem("traditional", "Tuition & Fees", "http://www.muhlenberg.edu/wescoe/fees.htm", "tfees");
addMenuItem("traditional", "Talk to an Advisor", "http://www.muhlenberg.edu/wescoe/advisor.htm", "tadvisor");
addMenuItem("traditional", "Academic Calendar", "http://www.muhlenberg.edu/wescoe/academic.htm", "tacademic");
addMenuItem("traditional", "Frequently Asked Questions", "http://www.muhlenberg.edu/wescoe/faq.htm", "tfaq");
//addMenuItem("traditional", "Compare to Accelerated", "http://www.muhlenberg.edu/wescoe/compare.htm", "compacc");

addMenuItem("teacher", "Teacher Certification", "http://www.muhlenberg.edu/wescoe/teacher.htm", "teach");
addMenuItem("teacher", "Elementary Certification", "http://www.muhlenberg.edu/wescoe/element.htm", "element");
addMenuItem("teacher", "Secondary Certification", "http://www.muhlenberg.edu/wescoe/second.htm", "second");
addMenuItem("teacher", "Education Department Handbook", "http://www.muhlenberg.edu/wescoe/educdept.htm", "educdept");
addMenuItem("teacher", "Tuition & Fees", "http://www.muhlenberg.edu/wescoe/fees.htm", "tcfees");
addMenuItem("teacher", "Talk to an Advisor", "http://www.muhlenberg.edu/wescoe/advisor.htm", "tcadvisor");
addMenuItem("teacher", "Frequently Asked Questions", "http://www.muhlenberg.edu/wescoe/DOWNLOAD/FaqTC.pdf", "tcfaq");

addMenuItem("course", "Course Information", "http://www.muhlenberg.edu/wescoe/course.htm", "courseinfo");
addMenuItem("course", "Course Selection", "https://capstone.muhlenberg.edu/frmss03.html", "master");
//addMenuItem("course", "Course Descriptions", "http://www.muhlenberg.edu/mgt/registrar/wescoe/details.html", "cdescrip");
addMenuItem("course", "Academic Calendar", "http://www.muhlenberg.edu/mgt/registrar/wescoecalendar.html", "cacademic");
addMenuItem("course", "Tuition & Fees", "http://www.muhlenberg.edu/wescoe/fees.htm", "cfees");
addMenuItem("course", "Registration", "http://www.muhlenberg.edu/mgt/registrar/wescoe/instruct.html", "cregister");
addMenuItem("course", "Frequently Asked Questions", "http://www.muhlenberg.edu/wescoe/faq.htm", "cfaq");

addMenuItem("summer", "Summer Session", "http://www.muhlenberg.edu/wescoe/summer.htm", "summ");
addMenuItem("summer", "Summer Course Selection", "https://capstone.muhlenberg.edu/frmss03.html", "listings");
//addMenuItem("summer", "Summer Course Descriptions", "http://www.muhlenberg.edu/mgt/registrar/summerdetails.html", "sdescrip");
addMenuItem("summer", "Summer Academic Calendar", "http://www.muhlenberg.edu/calendar/summer/calendar.html", "sacademic");
addMenuItem("summer", "Summer Internships", "http://www.muhlenberg.edu/wescoe/intern.htm", "intern");
addMenuItem("summer", "Summer Tuition & Fees", "http://www.muhlenberg.edu/wescoe/fees.htm", "sfees");
addMenuItem("summer", "Summer Registration", "http://www.muhlenberg.edu/wescoe/register.htm", "sregister");
addMenuItem("summer", "Living at 'Berg (Summer Housing)", "http://www.muhlenberg.edu/wescoe/living.htm", "living");
//addMenuItem("summer", "Frequently Asked Questions", "http://www.muhlenberg.edu/wescoe/faq.htm", "sfaq");

addMenuItem("services", "Student Services", "http://www.muhlenberg.edu/wescoe/services.htm", "student");
addMenuItem("services", "Bookstore & Library", "http://www.muhlenberg.edu/wescoe/booklib.htm", "booklib");
addMenuItem("services", "Financial Aid", "http://www.muhlenberg.edu/wescoe/finance.htm", "finaid");
addMenuItem("services", "Student Billing", "http://www.muhlenberg.edu/wescoe/billing.htm", "billing");
addMenuItem("services", "Student ID Cards", "http://www.muhlenberg.edu/wescoe/idcards.htm", "idcards");
addMenuItem("services", "Email, Blackboard & Capstone", "http://www.muhlenberg.edu/wescoe/idpass.htm", "idpass");
addMenuItem("services", "Registrar & Transcripts", "http://www.muhlenberg.edu/wescoe/registrar.htm", "registrar");
addMenuItem("services", "Disability Services", "http://www.muhlenberg.edu/wescoe/disability.htm", "disability");
addMenuItem("services", "Writing & Academic Tutoring", "http://www.muhlenberg.edu/wescoe/tutoring.htm", "tutoring");
addMenuItem("services", "Career Center", "http://www.muhlenberg.edu/wescoe/career.htm", "career");
addMenuItem("services", "Dining Services", "http://www.muhlenberg.edu/wescoe/dining.htm", "dining");
addMenuItem("services", "Parking, Safety & Security", "http://www.muhlenberg.edu/wescoe/parking.htm", "parking");
addMenuItem("services", "Life Sports & Athletics", "http://www.muhlenberg.edu/wescoe/sportathl.htm", "sportathl");
addMenuItem("services", "Arts & Culture", "http://www.muhlenberg.edu/wescoe/culture.htm", "culture");

addMenuItem("alumni", "Helpful Links", "http://www.muhlenberg.edu/wescoe/alumni.htm", "relations");
addMenuItem("alumni", "Become a Friend of Wescoe", "http://www.muhlenberg.edu/wescoe/friends.htm", "friend");
addMenuItem("alumni", "Join the Alumni Association", "http://www.myMuhlenberg.com", "join");
addMenuItem("alumni", "Attend Wescoe Events", "http://www.muhlenberg.edu/wescoe/events.htm", "events");
addMenuItem("alumni", "Tell Us Your Story", "http://www.muhlenberg.edu/wescoe/story.htm", "story");
addMenuItem("alumni", "Give Back to Wescoe", "http://www.muhlenberg.edu/wescoe/give.htm", "give");
//addMenuItem("alumni", "Bookstore", "http://www.bergbookshop.com/", "abooklib");
//addMenuItem("alumni", "Registrar & Transcripts", "http://www.muhlenberg.edu/wescoe/registrar.htm", "aregistrar");
//addMenuItem("alumni", "Career Center", "http://www.muhlenberg.edu/careercenter", "acareer");
//addMenuItem("alumni", "Life Sports & Athletics", "http://www.muhlenberg.edu/tour/facilities/LSC/", "asportathl");
//addMenuItem("alumni", "Arts & Culture", "http://www.muhlenberg.edu/cultural/baker/", "aculture");

//addMenuItem("download", "How do I Download Files?", "http://www.muhlenberg.edu/wescoe/download.htm", "downloading");
addMenuItem("download", "Download Forms", "http://www.muhlenberg.edu/wescoe/forms.htm", "forms");
//addMenuItem("download", "Download Course Descriptions", "http://www.muhlenberg.edu/wescoe/descriptions.htm", "descriptions");
//addMenuItem("download", "Download Maps & Directions", "http://www.muhlenberg.edu/wescoe/visit.htm", "maps");

//addMenuItem("download", "Download Policies & Handbooks", "http://www.muhlenberg.edu/wescoe/policies.htm", "policies");
//addMenuItem("download", "Download Testimonials", "http://www.muhlenberg.edu/wescoe/testimonials.htm", "endorsements");
//addMenuItem("download", "Download Brochures", "http://www.muhlenberg.edu/wescoe/brochures.htm", "brochures");
//addMenuItem("download", "Download Audio & Video", "http://www.muhlenberg.edu/wescoe/audiovideo.htm", "audiovideo");

//addMenuItem("people", "Our People", "http://www.muhlenberg.edu/wescoe/people.htm", "peop");
//addMenuItem("people", "Meet Our Dean", "http://www.muhlenberg.edu/wescoe/dean.htm", "dean");
addMenuItem("people", "Staff Directory", "http://www.muhlenberg.edu/wescoe/staff.htm", "staff");
addMenuItem("people", "Office Hours", "http://www.muhlenberg.edu/wescoe/hours.htm", "hours");
addMenuItem("people", "Come & Visit Us", "http://www.muhlenberg.edu/wescoe/visit.htm", "hours");
addMenuItem("people", "Request Information", "http://www.muhlenberg.edu/wescoe/request.htm", "hours");
//addMenuItem("people", "Meet Our Students", "http://www.muhlenberg.edu/wescoe/students.htm", "students");
//addMenuItem("people", "Meet Our Graduates", "http://www.muhlenberg.edu/wescoe/grads.htm", "grads");
//addMenuItem("people", "Meet Our Advisory Council", "http://www.muhlenberg.edu/wescoe/council.htm", "council");
//addMenuItem("people", "Meet Our Friends of Wescoe", "http://www.muhlenberg.edu/wescoe/friends.htm", "friends");
//addMenuItem("people", "What Makes Us Unique?", "http://www.muhlenberg.edu/wescoe/different.htm", "unique");

addMenuItem("way", "What is the Wescoe Way?", "http://www.muhlenberg.edu/wescoe/way.htm", "wway");
addMenuItem("way", "Our History", "http://www.muhlenberg.edu/wescoe/history.htm", "history");
addMenuItem("way", "Our Purpose", "http://www.muhlenberg.edu/wescoe/purpose.htm", "purpose");
addMenuItem("way", "Our Mission", "http://www.muhlenberg.edu/wescoe/mission.htm", "mission");
addMenuItem("way", "Our Values", "http://www.muhlenberg.edu/wescoe/values.htm", "values");
addMenuItem("way", "Our Vision", "http://www.muhlenberg.edu/wescoe/vision.htm", "vision");
addMenuItem("way", "Our Philosophy", "http://www.muhlenberg.edu/wescoe/philosophy.htm", "philosophy");
addMenuItem("way", "Why is Wescoe Special?", "http://www.muhlenberg.edu/wescoe/different.htm", "special");

//addMenuItem("contact", "Send Inquiry Email", "mailto:wescoe@muhlenberg.edu", "inquiry");
//addMenuItem("contact", "Office Hours", "http://www.muhlenberg.edu/wescoe/hours.htm", "hours");
addMenuItem("contact", "Wescoe Faculty", "http://www.muhlenberg.edu/wescoe/faculty.htm", "faculty");

//addMenuItem("contact", "Come & Visit Us", "http://www.muhlenberg.edu/wescoe/visit.htm", "visit");

//addMenuItem("contact", "Tell Us Your Story", "http://www.muhlenberg.edu/wescoe/story.htm", "tellus");

//addMenuItem("corporate", "go to WESCOE.COM", "http://www.muhlenberg.edu/wescoe/wescoe.com", "alliances");

addMenuItem("wescoe", "Return to the WESCOE Home Page", "http://www.muhlenberg.edu/wescoe", "returnW");

addMenuItem("muhlenberg", "Find the MUHLENBERG Home Page", "http://www.muhlenberg.edu", "returnM");

//---------------------
//LEVEL 3:
//---------------------
//Usage:  addMenuItem(parentId, text, link, id);

