//<!-- 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("about", 2, 251, 73); 

addMenu("campustech", 2, 251, 73); 

addMenu("facstaff", 2, 251, 73); 

addMenu("student", 2, 251, 73);  

addMenu("policies", 3 , 300, 230); 

addMenu("standard", 3 , 300, 230); 

addMenu("labs", 3 , 300, 230); 

addMenu("email", 3 , 300, 230); 

addMenu("training", 3 , 300, 230); 

addMenu("remote", 3 , 300, 230); 

addMenu("studemail", 3 , 300, 230); 

addMenu("incoming", 3 , 300, 230);



//------------------------------------------------------------------------------

//<!-- MENU ITEMS section -->

//<!-- Add 1 for each TABLE ROW (menu item)  -->

//===============================

// menu parentId, text, link, id

//===============================

//var prefix="K:/Webmaster Stuff/MC_Web_Work/oit/";

//testing

//prefix ="/";

//---------------------

//LEVEL 1:

//---------------------

addMenuItem( "main", "About OIT","","about");

addMenuItem( "main", "Campus Technology","","campustech");

addMenuItem( "main", "Faculty & Staff Computing","","facstaff");

addMenuItem( "main", "Student Computing","","student");

addMenuItem( "main", "Web Resources", "http://www.muhlenberg.edu/mgt/oit/guideline/index.html","web");

addMenuItem( "main", "Reference Material","/mgt/oit/reference_materials.html","material");

addMenuItem( "main", "Site Index","/mgt/oit/siteindex.html","siteindex");

addMenuItem( "main", "OIT Home","/mgt/oit/index.html","gohome");

//---------------------

//LEVEL 2:

//---------------------

addMenuItem( "about", "Staff", "/mgt/oit/staff.html","staff");

addMenuItem( "about", "Policies & Procedures", "","policies");

addMenuItem( "campustech", "Campus Standards","","standard");

addMenuItem( "campustech", "Lab Locations & Hours","/mgt/oit/labs.html","labs");

addMenuItem( "campustech", "Teaching & Meeting Spaces","/mgt/oit/RoomList.pdf","teachmeet");

addMenuItem( "campustech", "Media Services","/mgt/oit/media.html","media");

addMenuItem( "campustech", "Telephone & TV Services","/mgt/oit/telecomm.html","telecomm");

addMenuItem( "campustech", "Wireless","/mgt/oit/wireless.html","wireless");

addMenuItem( "campustech", "Green IT","/mgt/oit/greenoit.html","green");

addMenuItem( "facstaff", "Support Desk","/mgt/oit/supportdesk.html","support");

addMenuItem( "facstaff", "Blackboard","/mgt/oit/blackboard.html","blackboard");

addMenuItem( "facstaff", "Student Info System","/mgt/oit/capstone_staff.html","capstone");

addMenuItem( "facstaff", "Email","","email");

addMenuItem( "facstaff", "Training","","training");

addMenuItem( "facstaff", "Remote Access","","remote");

addMenuItem( "facstaff", "Reserving Facilities","/mgt/oit/reserve.html","reserve");

addMenuItem( "facstaff", "SCOLA","http://www.muhlenberg.edu/depts/forlang/new_llc/SCOLA/about_scola.htm","scola");

addMenuItem( "student", "Help Desk","/mgt/oit/helpdesk.html","help");

addMenuItem( "student", "Email","","studemail")

addMenuItem( "student", "Computer Viruses","","viruses")

addMenuItem( "student", "Blackboard","/mgt/oit/blackboard.html","studblackboard");

addMenuItem( "student", "Student Info System","/mgt/oit/capstone_stud.html","studcapstone");

addMenuItem( "student", "OIT Survey","/mgt/oit/survey.html","survey")

addMenuItem( "student", "SCOLA","http://www.muhlenberg.edu/depts/forlang/new_llc/SCOLA/about_scola.htm","studSCOLA");

addMenuItem( "student", "Incoming Students","","incoming");



//---------------------

//LEVEL 3:

//---------------------

addMenuItem( "policies", "Student Responsibilities","/mgt/oit/responsible.html","studresp");

addMenuItem( "policies", "Computer Lab Usage Policy","/mgt/oit/comp_policy.html","comp");

addMenuItem( "policies", "Electronic Communication Policy", "/mgt/oit/general/electronic.html","elec");

addMenuItem( "policies", "Email Policy","http://www.muhlenberg.edu/mgt/deanst/studentguide.pdf#studemail","emailpol");

addMenuItem( "standard", "Software","/mgt/oit/software.html","software");

addMenuItem( "standard", "Hardware","/mgt/oit/hardware.pdf","hardware");

//addMenuItem( "labs", "Lab Locations & Hours","/mgt/oit/labs.html","locations");

//addMenuItem( "labs", "Kiosks","/mgt/oit/kiosks.html","kiosks");

addMenuItem( "email", "Groupwise","/mgt/oit/client_ref.html","client");

addMenuItem( "email", "Virus Information","/mgt/oit/viruses.html","eviruses");

addMenuItem( "email", "Spam Information","/mgt/oit/spam.html","spaminfo");

//addMenuItem( "training", "Schedule","/mgt/oit/schedule.html","schedule");

addMenuItem( "training", "Offsite","/mgt/oit/offsite.html","offsite");

//addMenuItem( "training", "Request Form","","request");

addMenuItem( "remote", "Email","/mgt/oit/web_ref.html","webmail");

addMenuItem( "remote", "File System","/mgt/oit/netdrive.html","netdrive");

addMenuItem( "studemail", "Groupwise WebAccess","/mgt/oit/web_ref.html","studweb");

addMenuItem( "studemail", "Spam Information","/mgt/oit/spam.html","studspam");

addMenuItem( "viruses", "Virus Information","/mgt/oit/viruses.html","studvirus");

//addMenuItem( "viruses", "McAfee Virus Protection", "http://brainiac.muhlenberg.edu/StartPage/resnet/virus/download.html","download");

addMenuItem( "incoming", "FAQ","/mgt/oit/faqs.html","faqs");

addMenuItem( "incoming", "Reference Material","/mgt/oit/reference_materials.html","refstud");

