//=============================
//=============================
addMenu("main", 1, "", "");

//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
//---------------------
//LEVEL 1:
//---------------------
//Usage:  addMenuItem(parentId, text, link, id);
addMenuItem("main","Home","index.html","home");
addMenuItem("main","President's Office","/mgt/presoff","link1");



//---------------------
//LEVEL 2:
//---------------------
//Usage:  addMenuItem(parentId, text, link, id);
//---------------------
//LEVEL 3:
//---------------------
//Usage:  addMenuItem(parentId, text, link, id);


