//<!-- 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("ofinfo", 2, 250, 98); 
addMenu("cooppro", 2, 250, 148);
addMenu("prosp", 2, 250, 205);
addMenu("curstud", 2, 250, 230);


//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
// menu parentId, text, link, id
//===============================

//---------------------
//LEVEL 1:
//---------------------

addMenuItem( "main", "Announcements","/depts/preprof/Health_Professions/Announcements.html","announc");
addMenuItem( "main", "Office Information","","ofinfo");
addMenuItem( "main", "Question of the Week","/depts/preprof/Health_Professions/Questionoftheweek.html","quest");
addMenuItem( "main", "FAQ","/depts/preprof/Health_Professions/FAQ05.html","employees");
addMenuItem( "main", "Cooperative Programs","http://www.muhlenberg.edu/main/admissions/cooperative.html","cooppro");
addMenuItem( "main", "The Challenging Road","/depts/preprof/Health_Professions/CRoad.html","chall");
addMenuItem( "main", "Professional School Information","","prof");
addMenuItem( "main", "Explore Health Careers","http://www.explorehealthcareers.org/en/index.aspx#","health");
addMenuItem( "main", "Prospective Students","","prosp");
addMenuItem( "main", "Current Students","","curstud");
addMenuItem( "main", "Graduate Studies","/depts/preprof/Health_Professions/Graduate_Studies.html","Grads");
addMenuItem( "main", "Links","/depts/preprof/Health_Professions/Links.html","links");
addMenuItem( "main", "Health Professions Home","/depts/preprof/Health_Professions/index.html","home");

//---------------------
//LEVEL 2:
//---------------------

addMenuItem( "ofinfo", "Contact Info", "/depts/preprof/Health_Professions/Contact_Info.html","conin");
addMenuItem( "ofinfo", "Quick Question Hours", "/depts/preprof/Health_Professions/Quick_Questions_Hours.html","ququ");
addMenuItem( "ofinfo", "Office Hours", "/depts/preprof/Health_Professions/Office_Hours.html","officehrs");
addMenuItem( "cooppro", "Drexel Med Program", "http://www.muhlenberg.edu/main/admissions/Drexel4-4.html","drex");
addMenuItem( "cooppro", "Temple Med Program", "http://www.muhlenberg.edu/main/admissions/Temple4-4.html","temp");
addMenuItem( "cooppro", "UPENN Dental Program", "http://www.muhlenberg.edu/main/admissions/Penn3-4.html","upenn");
addMenuItem( "cooppro", "SUNY-Optometry Program", "http://www.muhlenberg.edu/main/admissions/SUNYopt3-4.html","sunyopt");
addMenuItem( "cooppro", "Jefferson PT/OT Program", "http://www.muhlenberg.edu/main/admissions/JeffPTOT.html","jeffotptt");
addMenuItem( "prof", "Info Form 2009-2010", "/depts/preprof/Health_Professions/Info_Form.html","info");
addMenuItem( "prof", "Waiver Form", "/depts/preprof/Health_Professions/Section V Request for Letters and Waiver Form.pdf","eval");
addMenuItem( "prof", "Evaluation Request Form", "/depts/preprof/Health_Professions/EVALUATION_REQUEST_FORM.doc","request");
addMenuItem( "prof", "Applicant 2009-2010", "/depts/preprof/Health_Professions/Applicant_Information_0910.html","profsch");
addMenuItem( "prof", "Applicant Checklist", "/depts/preprof/Health_Professions/Application_Checklist.html","prschool");
addMenuItem( "prosp", "Career Planning", "/depts/preprof/Health_Professions/CareerPlanning.html","carplan");
addMenuItem( "curstud", "Internships", "/depts/preprof/Health_Professions/InternshipsShadowing.html","intshad");
addMenuItem( "curstud", "Opportunities", "/depts/preprof/Health_Professions/Opportunities.html","opps");
addMenuItem( "curstud", "Public Health Minor", "/depts/publichealth/index.html","pubh");
addMenuItem( "curstud", "Summer Programs", "/depts/preprof/Health_Professions/SummerPrograms.htm","sumpro");
addMenuItem( "curstud", "Forms", "/depts/preprof/Health_Professions/Forms.html","forms");
addMenuItem( "curstud", "Health Professions Library", "/depts/preprof/Health_Professions/HealthProfessionsLibrary.html","hpo");
addMenuItem( "curstud", "Healthcare Fields", "/depts/preprof/Health_Professions/Healthcare Fields.html","healthcare");
//addMenuItem( "curstud", "Freshmen", "","frosh");
//addMenuItem( "curstud", "Sophomores", "","sophs");
//addMenuItem( "curstud", "Juniors", "","juns");
//addMenuItem( "curstud", "Seniors", "","sens");


//---------------------
//LEVEL 3:
//---------------------






