//<!-- 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("gallery", 2, 250, 242);
//addMenu("overview", 2, 250, 73);
//addMenu("Contact", 2, 250, 123); 
//addMenu("mission", 2, 250, 148); 
//addMenu("programs", 2, 250, 173); 


//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
// menu parentId, text, link, id
//===============================

//---------------------
//LEVEL 1:
//---------------------


addMenuItem( "main", "Programs Abroad", "http://www.muhlenberg.edu/depts/educabroad/Programs.htm", "programs");
addMenuItem( "main", "Application Process", "http://www.muhlenberg.edu/depts/educabroad/AppProcess.htm", "apply");
addMenuItem( "main", "Contact Information", "http://www.muhlenberg.edu/depts/educabroad/Contact.htm", "contact");
addMenuItem( "main", "Fees/Scholarships", "http://www.muhlenberg.edu/depts/educabroad/AidCost.html", "cost");
addMenuItem( "main", "Freshmen Information", "http://www.muhlenberg.edu/depts/educabroad/Freshmen.htm", "Freshmen");
addMenuItem( "main", "Important Dates", "http://www.muhlenberg.edu/depts/educabroad/dates.htm", "dates");
addMenuItem( "main", "Mission Statement", "http://www.muhlenberg.edu/depts/educabroad/Mission.htm", "mission");
addMenuItem( "main", "Parents", "http://www.muhlenberg.edu/depts/educabroad/Parents.html", "Parents");
addMenuItem( "main", "Photos and Stories", "javascript:none()","gallery");
addMenuItem( "main", "Short Term Abroad", "http://www.muhlenberg.edu/depts/educabroad/Short.htm", "short");
addMenuItem( "main", "Study Abroad Policy", "http://www.muhlenberg.edu/depts/educabroad/Policy.htm", "policy");
addMenuItem( "main", "Transfer Courses", "http://www.muhlenberg.edu/depts/educabroad/Transfer.html", "transfer");
addMenuItem( "main", "While Abroad", "http://www.muhlenberg.edu/depts/educabroad/WhileAbroad.htm", "while2");
addMenuItem( "main", "You're Back!!", "http://www.muhlenberg.edu/depts/educabroad/Back.htm", "back");
addMenuItem( "main", "Study Abroad Home", "http://www.muhlenberg.edu/depts/educabroad", "educahome");




//---------------------
//LEVEL 2:
//---------------------
addMenuItem( "gallery", "Photo Gallery One", "http://www.muhlenberg.edu/depts/educabroad/PhotoOne.htm", "picsone");
addMenuItem( "gallery", "Photo Gallery Two", "http://www.muhlenberg.edu/depts/educabroad/PhotoTwo.htm", "twopics");
addMenuItem( "gallery", "Photo Gallery Three", "http://www.muhlenberg.edu/depts/educabroad/PhotoAlbum.pdf", "threepics");
addMenuItem( "gallery", "Stories Abroad", "http://www.muhlenberg.edu/depts/educabroad/Story.htm", "story");
addMenuItem( "programs", "Types of Programs", "Types.htm", "types");
addMenuItem( "programs", "Approved Programs", "Programs.htm", "programapp");
addMenuItem( "programs", "Programs to fit major", "MajorFit.html", "majorfit");
addMenuItem( "programs", "Maastricht Program", "Maastricht.htm", "maasstricht");
addMenuItem( "programs", "Washington Semester", "Washington.html", "wash");
addMenuItem( "programs", "Barriers", "Barriers.htm", "barriers");
addMenuItem( "apply", "Application Form", "", "forms");
addMenuItem( "apply", "Manual-Study Abroad", "Manual.pdf", "manual");
addMenuItem( "apply", "Timeline", "Timeline.pdf", "timeline");
addMenuItem( "programs", "Why? What? Where? When?", "http://www.muhlenberg.edu/depts/educabroad/why.htm", "why");
addMenuItem( "cost", "Scholarships", "Scholarships.htm", "scholarships");
addMenuItem( "cost", "How are Fees Determined?", "Fees.html", "fees");
addMenuItem( "short", "Summer Abroad", "http://www.muhlenberg.edu/depts/educabroad/Summer.htm", "summer");
addMenuItem( "short", "Faculty Led FUTURE", "http://www.muhlenberg.edu/depts/educabroad/Future.htm", "future");
addMenuItem( "short", "Faculty Led PAST", "http://www.muhlenberg.edu/depts/educabroad/Past.htm", "past");


//---------------------
//LEVEL 3:
//---------------------
addMenuItem("why", "Where and When", "http://www.muhlenberg.edu/depts/educabroad/where.htm", "where");
addMenuItem("why", "Why Study Abroad", "http://www.muhlenberg.edu/depts/educabroad/why.htm", "whystudy");
addMenuItem("why", "What Kinds of Programs", "http://www.muhlenberg.edu/depts/educabroad/WhatsAvailable.htm", "kinds");
addMenuItem("why", "What to Expect", "http://www.muhlenberg.edu/depts/educabroad/Expect.htm", "expect");
addMenuItem("forms", "Internal Application", "http://www.muhlenberg.edu/depts/educabroad/application.html", "app");
