//<!-- 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("information", 2, 250, 73); 
addMenu("faq", 2, 250, 98);
addMenu("employees", 2, 250, 123);
addMenu("parents", 2, 250, 148);
addMenu("students", 2, 250, 173);
addMenu("form", 2, 250, 198);
addMenu("home", 2, 250, 213);
addMenu("payroll", 3, 374, 147);
addMenu("payable", 3, 374, 123);
addMenu("payment", 3, 403, 173);
addMenu("account", 3, 403, 197);
addMenu("borrow", 3, 403, 263);
addMenu("cashier", 3, 403, 307);


//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
// menu parentId, text, link, id
//===============================

//---------------------
//LEVEL 1:
//---------------------

addMenuItem( "main", "Office Information","office.html","information");
addMenuItem( "main", "FAQs","faqs.html","faq");
addMenuItem( "main", "For Employees","employees.html","employees");
addMenuItem( "main", "For Parents","parents.html","parents");
addMenuItem( "main", "For Students","studentsHome.html","students");
addMenuItem( "main", "Forms","formsHome.html","form");
addMenuItem( "main", "Controller's Office Home","index.html","home");

//---------------------
//LEVEL 2:
//---------------------

addMenuItem( "information", "Meet The Staff", "staff.html","meet");
addMenuItem( "information", "Office Hours", "hours.html","office");
addMenuItem( "employees", "Accounts Payable", "","payable");
addMenuItem( "employees", "Payroll", "","payroll");
addMenuItem( "parents", "Fee Schedule", "http://www.muhlenberg.edu/finaid/costofeduc.htm","fee");
addMenuItem( "parents", "Tuition Payment Plan", "http://www.afford.com/muhlenberg","plan", true);
addMenuItem( "parents", "Billing & Payment Due Dates", "BillingDates.html","billing");
addMenuItem( "students", "Tuition", "","payment");
addMenuItem( "students", "Account Information", "","account");
addMenuItem( "students", "Meal Plan Options", "/dining/plans.html","meal");
addMenuItem( "students", "Flex Account", "flex.html","flex");
addMenuItem( "students", "Loans", "","borrow");
addMenuItem( "students", "Payroll Schedule", "","studpaydates");
addMenuItem( "students", "Cashier Information", "","cashier");
addMenuItem( "students", "Tax Relief Act of 1997", "taxrelief.html","relief");
addMenuItem( "students", "1098 Reporting", "http://www.irs.gov/pub/irs-pdf/i1098et.pdf","reprtng", true);
addMenuItem( "students", "Local Banks & ATM", "bank.html","banks");
addMenuItem( "form", "Check Requisition Form", "file:///N|/PUBDOCS/Forms/purchasing/check.pdf","check", true);
addMenuItem( "form", "Direct Deposit", "/mgt/humanres/pdf/DirectDeposit-AD.pdf","direct", true);
addMenuItem( "form", "Expense Reimbursement", "exp_report_09.pdf","expense", true);
addMenuItem( "form", "Flex Plan Deposit", "flexPlanDeposit.pdf","deposit", true);
addMenuItem( "form", "Local Services Tax", "lstexemptioncertificate.pdf","localtax", true);
addMenuItem( "form", "Mastercard Reimbursement", "Mcardreport.pdf","mastercard", true);
addMenuItem( "form", "Meal Plan Change", "mp_change_09.pdf","planchange", true);
addMenuItem( "form", "Petty Cash", "PettyCash.pdf","petty", true);
addMenuItem( "form", "Student Bank Deposit", "bankDeposit.pdf","bank", true);
addMenuItem( "form", "Tuition Worksheet", "Worksheet_2009-2010.pdf","worksheet", true);
addMenuItem( "form", "W-4", "http://www.muhlenberg.edu/mgt/humanres/pdf/W4.pdf","wfour", true);
addMenuItem( "form", "W-9", "http://www.irs.gov/pub/irs-pdf/fw9.pdf","wnine",true);

//---------------------
//LEVEL 3:
//---------------------

addMenuItem( "payable", "Overview", "overview.html","oview");
addMenuItem( "payable", "Accounts Payable Cycle", "cycle.html","apcycle");
addMenuItem( "payable", "Appropriate Expenditures", "expenditures.html","appexp");
addMenuItem( "payable", "Check Requests", "checkrequest.html","chkrq");
addMenuItem( "payable", "Expense Reimbursement", "expense.html","expreimb");
addMenuItem( "payable", "Mastercard Reimbursement", "mastercard.html","mcreimb");
addMenuItem( "payable", "Vendor ID Number/W-9", "http://www.irs.gov/pub/irs-pdf/fw9.pdf","vendid", true);
addMenuItem( "payroll", "Direct Deposit", "/mgt/humanres/pdf/DirectDeposit-AD.pdf","diredep", true);
addMenuItem( "payroll", "Payroll Schedule", "2009 payroll periods.pdf","prsche", true);
addMenuItem( "payroll", "W-4", "http://www.irs.gov/pub/irs-pdf/fw4.pdf","dubyafour", true);
addMenuItem( "payroll", "ARRA of 2009", "ARRA.pdf","ARRA", true);
addMenuItem( "payment", "Fee Schedule", "http://www.muhlenberg.edu/finaid/costofeduc.htm","feesch");
addMenuItem( "payment", "Tuition Worksheet", "Worksheet_2009-2010.pdf","tuitws", true);
addMenuItem( "payment", "TMS Payment Plan", "http://www.afford.com/muhlenberg","tmspay", true);
addMenuItem( "payment", "Tuition Insurance", "http://www.tuitionrefundplan.com/","tuitinsur", true);
addMenuItem( "payment", "Refunds", "refunds.html","refs");
addMenuItem( "account", "Payment Schedule", "studentaccount.html#payschedule","pment");
addMenuItem( "account", "Payment Information", "studentaccount.html#payinfo","payminf");
addMenuItem( "account", "Late Fees", "studentaccount.html#latefee","latfe");
addMenuItem( "account", "Registration For Classes", "studentaccount.html#register","classregi");
addMenuItem( "account", "Diploma Holds", "studentaccount.html#diploma","diplo");
addMenuItem( "account", "Wire Instructions", "wire.html","wire");
addMenuItem( "borrow", "Stafford Loan", "http://www.muhlenberg.edu/finaid/pdf/preferred.pdf","stafl", true);
addMenuItem( "borrow", "PLUS Loan", "http://www.muhlenberg.edu/finaid/pdf/plus.pdf#info","plul", true);
addMenuItem( "borrow", "Alternative Loans", "http://www.muhlenberg.edu/finaid/altfin.htm","altl");
addMenuItem( "cashier", "Locations/Hours", "cashier.html","lochrs");
addMenuItem( "cashier", "Deposit Function", "cashier.html#deposit","depfunc");
addMenuItem( "cashier", "Student Organizations", "cashier.html#studorg","studeor");
addMenuItem( "cashier", "Petty Cash Form", "PettyCash.pdf","pcfor", true);
addMenuItem( "cashier", "Student Bank Deposit Form", "bankDeposit.pdf","studbdf", true);
addMenuItem( "studpaydates", "Academic Year", "Payrollstudents.pdf","yearschedule", true);
addMenuItem( "studpaydates", "Summer BiWeekly", "Summer pay schedule_09.pdf","summer08", true);