//<!-- 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
//------------------------------------------------------------------------------
//edited 1/13/2009 MJ

addMenu("curr", 2, 250, 110);
addMenu("course", 2, 470, 110);
addMenu("research", 2, 250, 120);
//addMenu("astro", 3, 500, 140); (1/13/2009)


//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
// menu parentId, text, link, id
//===============================

//---------------------
//LEVEL 1:
//---------------------
//edited 9/8/2009 MJ

addMenuItem( "main", "Physics Home","index.html","home");
addMenuItem( "main", "About Us","aboutus.html","aboutus");
addMenuItem( "main", "Department News","news.html","news");
addMenuItem( "main", "Curriculum","curr.html","curr");
addMenuItem( "main", "Research","research.html","research");
addMenuItem( "main", "Faculty & Staff","fands.html","fands");
addMenuItem( "main", "Alumni Information","alum.html","alum");
//addMenuItem( "main", "APS Career Center","http://careers.aps.org","careers");
addMenuItem( "main", "Careers","careers.html","careers");


//---------------------
//LEVEL 2:
//---------------------

addMenuItem( "curr", "Courses & Requirements", "","course");
addMenuItem( "curr",  "Teacher Certification","cert.html","cert");
addMenuItem( "curr", "Dual Degree Engineering Program", "engineering.html","engin");
addMenuItem( "curr", "Request Information", "info.html","info1");
addMenuItem( "research", "Raub Fund Scholars", "RaubFund.html","raubfund");
addMenuItem( "research", "Solar Scholars", "SolarScholars.html","solschol");
addMenuItem( "research", "High Energy Physics", "hep.html","hep");
addMenuItem( "research", "Astronomy", "optical.html","astro");
//addMenuItem( "research", "Astronomy", "","astro"); (1/13/2009)
addMenuItem( "research", "Physics of Music", "http://www.muhlenberg.edu/depts/music/PhysicsMusic/","pom");
//addMenuItem( "research", "Remote Sensing", "remote.html","remote"); (1/13/2009)




//---------------------
//LEVEL 3:
//---------------------
addMenuItem( "course", "Physics Major", "c_major.html","c_major");
addMenuItem( "course", "Physics Minor", "c_minor.html","c_minor");
addMenuItem( "course", "Physical Science Major", "ps_major.html","ps_major");
//addMenuItem( "course", "Majors & Minors", "courses.html","major");
addMenuItem( "course", "Course Descriptions", "discript.html","discript");
//addMenuItem( "astro", "Optical Astronomy", "optical.html","optical");
//addMenuItem( "astro", "Radio Astronomy", "radio.html","radio");

