//<!-- 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" );


//------------------------------------------------------------------------------
//<!-- MENUS section-->
//<!-- Add 1 for each TABLE (menu) -->
//=============================
// menu id, level, left, top
//=============================
addMenu("main", 1, "", "");
//------------------------------------------------------------------------------
//DO NOT MODIFY ABOVE THIS LINE
//------------------------------------------------------------------------------
 
addMenu("info", 2, 250, 73); 
addMenu("apply", 2, 250, 98); 
addMenu("loan", 2, 250, 123); 
addMenu("wescoe", 2, 250, 148); 
addMenu("resource", 2, 250, 173);
addMenu("counsel", 3, 250, 173);

//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
// menu parentId, text, link, id
//===============================

//---------------------
//LEVEL 1:
//---------------------

addMenuItem( "main", "General Information","index.html","info");
addMenuItem( "main", "Applying For Aid","application.html","apply");
addMenuItem( "main", "Important Facts","awardinfo.html","awardinfo");
addMenuItem( "main", "Loans","javascript:none()","loan");
addMenuItem( "main", "Aid in the News","finaidnews.html","news");
addMenuItem( "main", "Wescoe School","wescoegeneral.html","wescoe");
addMenuItem( "main", "Resources","http://www.finaid.org","resource");
addMenuItem( "main", "Financial Aid Online","http://np.muhlenberg.edu/NetPartnerStudent","partner");
//addMenuItem( "main", "Financial Aid Online","javascript:alert(\'Temporarily Unavailable, OIT is currently working on a solution\')","partner");
addMenuItem( "main", "Financial Aid Home","index.html","Home");


//---------------------
//LEVEL 2:
//---------------------

addMenuItem( "info", "Cost of Education", "costofeduc.htm","cost");
addMenuItem( "info", "Refund Policy", "refund.html","refund");
addMenuItem( "info", "FAQ", "faqs.html","questions");
addMenuItem( "info", "Meet the Staff", "staff.html","staff");
addMenuItem( "info", "Work Study", "work.html","work");
addMenuItem( "apply", "Applications", "application.html","applying");
addMenuItem( "apply", "Deadlines: Current Students", "deadline_c.html","current");
addMenuItem( "apply", "Deadlines: Prospectives", "deadline_p.html","prospective");
addMenuItem( "apply", "Merit Scholarships", "merit.html","merit");
//addMenuItem( "loan", "Stafford Loan", "pdf/stafford_loan.pdf","stafford");
//addMenuItem( "loan", "PLUS Loan", "pdf/plus_loan.pdf","plus");
addMenuItem( "loan", "New Loan Borrowers", "newborrowers.html","newfin");
addMenuItem( "loan", "Student Loan Counseling", "","counsel");
//addMenuItem( "loan", "Loan Consolidation Q&A", "consolidation.html","consolidation");
//addMenuItem( "loan", "Fed. Consolidating Comp.", "pdf/fedcomp.pdf","federal");
addMenuItem( "loan", "Alternative Financing", "altfin.htm","alternative");
addMenuItem( "loan", "Lender List Development", "preferred.html","prefer");
//addMenuItem( "loan", "Our Suggested Lenders", "http://www.elmselect.com/oll/SchoolLenderList/?schoolId=8257","sugg");
addMenuItem( "loan", "Loan Discount Analyzer", "http://www.finaid.org/calculators/loandiscountanalyzer.phtml","discount");
addMenuItem( "wescoe", "General", "wescoegeneral.html","General");
addMenuItem( "wescoe", "FAQ", "faq.html","frequently");
addMenuItem( "wescoe", "Application Choices", "app.html","apps");
addMenuItem( "resource", "FinAid", "http://www.finaid.org","fin");
addMenuItem( "resource", "FastWeb", "http://www.fastweb.com","fast");
addMenuItem( "resource", "Scholarship Search", "http://apps.collegeboard.com/cbsearch_ss/welcome.jsp","search");
addMenuItem( "resource", "Financial Aid Calculator", "http://www.collegeboard.com/student/pay/add-it-up/index.html","calculator");
addMenuItem( "resource", "TMS Payment Plan", "http://www.afford.com/muhlenberg","payment");


//---------------------
//LEVEL 3:
//---------------------
addMenuItem( "counsel", "Entrance Interview", "https://www.dlssonline.com/borrower/EntrCounselingPage.do?cmd=doStart","entrance");
addMenuItem( "counsel", "Exit Interview", "http://mapping-your-future.org/oslc/index.cfm?act=Intro&OslcTypeID=2","exit");