//<!-- 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("webcam", 2, 250, 98); 
//addMenu("construct", 2, 250, 148); 
//addMenu("basics", 3, 412, 72); 
//addMenu("humanities", 3, 412, 118); 
//addMenu("visiting", 3,412, 92); 
//addMenu("fieldstudy", 3, 412, 0); 


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

//---------------------
//LEVEL 1:
//---------------------
addMenuItem( "main", "About the Project","about.html","about");
addMenuItem( "main", "Photogallery","photos.html","photos");
addMenuItem( "main", "Residential Services","/mgt/resserv/","resserv");
addMenuItem( "main", "Construction at 'Berg","../index.html","construct");
addMenuItem( "main", "Home","index.html","homepage");


//---------------------
//LEVEL 2:
//---------------------
addMenuItem( "webcam", "Live Feed", "http://construction2.muhlenberg.edu/view/index.shtml","live", true);
addMenuItem( "webcam", "160 x 120", "webcam160x120.html","camone");
addMenuItem( "webcam", "320 x 240", "webcam.html","camtwo");
addMenuItem( "webcam", "480 x 360", "webcam480x360.html","camthree");
addMenuItem( "webcam", "640 x 480", "webcam640x480.html","camfour");
//addMenuItem( "construct", "Science Building/Union Renovation", "/tour/facilities/science/","science");
//
//
////---------------------
////LEVEL 3:
////---------------------
//addMenuItem( "basics", "'Berg At A Glance", "/admissions/facts.html","glance");
//addMenuItem( "basics", "College Catalog", "/catalog","catalog");
//addMenuItem( "visiting", "Campus Maps", "/maps","maps");
//addMenuItem( "visiting", "Directions", "/directions","directions");
//addMenuItem( "academics", "Fields Of Study", "/study","fieldstudy");
//addMenuItem( "academics", "Humanities", "/study","humanities");
//addMenuItem( "humanities", "Arts", "/arts","arts");
//addMenuItem( "humanities", "English", "/english","english");
