//<!-- 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("acprograms", 2, 250, 70); 
addMenu("studorg", 2, 250, 173); 
addMenu("resources", 2, 250, 198); 
addMenu("internship", 3, 433, 288); 

//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
// menu parentId, text, link, id
//===============================

//---------------------
//LEVEL 1:
//---------------------
addMenuItem( "main", "Academic Programs","javascript:;","acprograms");
addMenuItem( "main", "Continuing Education","/wescoe","conted");
addMenuItem( "main", "Faculty & Staff","/depts/abe/faculty.html","facstaff");
addMenuItem( "main", "Facilities","/depts/abe/facilities.html","facilities");
addMenuItem( "main", "Student Organizations","javascript:;","studorg");
addMenuItem( "main", "Resources for Students","javascript:;","resources");
addMenuItem( "main", "Honors Programs","/depts/abe/honors.html","honors");
addMenuItem( "main", "Student Awards","/depts/abe/awards.html","awards");
addMenuItem( "main", "ABE Home","/depts/abe/index.html","home");


//---------------------
//LEVEL 2:
//---------------------
addMenuItem( "acprograms", "Accounting","/depts/abe/accounting/index.html","accounting");
addMenuItem( "acprograms", "Business","/depts/abe/business/index.html","business");
addMenuItem( "acprograms", "Economics","/depts/abe/economics/index.html","economics");
addMenuItem( "acprograms", "Finance","/depts/abe/finance/index.html","finance");
addMenuItem( "studorg", "Accounting Society","http://shrek.muhlenberg.edu:8080/Lookup/studorgs/map.jsp?key=Accounting%20Society","accsoc");
addMenuItem( "studorg", "Business & Economics Club","http://shrek.muhlenberg.edu:8080/Lookup/studorgs/map.jsp?key=Business%20and%20Economics%20Club","buseco");
addMenuItem( "studorg", "Investment Society","/studorgs/investment/","investment");
addMenuItem( "studorg", "Omicron Delta Epsilon","http://shrek.muhlenberg.edu:8080/Lookup/studorgs/map.jsp?key=Omicron%20Delta%20Epsilon%20(Economics)","epsilon");
addMenuItem( "resources", "Academic Resource Center","/students/acasrvcs/","acasrvs");
addMenuItem( "resources", "Blackboard","/mgt/oit/academic/blackboard.html","blackboard");
addMenuItem( "resources", "Career Center","/careercenter/","career");
addMenuItem( "resources", "Computer Labs","/mgt/oit/labs.html","computerlabs");
addMenuItem( "resources", "Internship Documentation","","internship");
addMenuItem( "resources", "Trexler Library","/library/","library");
addMenuItem( "resources", "Wireless Hotspots","/mgt/oit/wireless.html","hotspots");
addMenuItem( "resources", "Writing Center","/students/writing/index.html","writing");


//---------------------
//LEVEL 3:
//---------------------
addMenuItem( "internship", "Company Information Form","/depts/abe/internship1.doc","company");
addMenuItem( "internship", "Student Information Form","/depts/abe/internship2.doc","student");

