function mmLoadMenus(rootpath) {
  if (window.mm_menu_1011170631_0) return;
              window.mm_menu_1011170631_0 = new Menu("root",175,21,"",11,"#FFFFFF","#FFFFFF","#517CCC","#1A3CA3","left","middle",3,0,1000,-5,7,true,true,true,0,false,true);
  mm_menu_1011170631_0.addMenuItem("Process View","location='" + rootpath + "views/process/index.htm'");
  mm_menu_1011170631_0.addMenuItem("Deliverable View","location='" + rootpath + "views/deliverable/index.htm'");
  mm_menu_1011170631_0.addMenuItem("Project View","location='" + rootpath + "views/project/index.htm'");
  mm_menu_1011170631_0.addMenuItem("Role View","location='" + rootpath + "views/role/index.htm'");
  mm_menu_1011170631_0.addMenuItem("Document View","location='" + rootpath + "views/document/index.htm'");
  //mm_menu_1011170631_0.addMenuItem("PDFView","location='location='" + rootpath + "files/segb.pdf'");
mm_menu_1011170631_0.hideOnMouseOut=true;
   mm_menu_1011170631_0.bgColor='#1A3CA3';
   mm_menu_1011170631_0.menuBorder=0;
   mm_menu_1011170631_0.menuLiteBgColor='';
   mm_menu_1011170631_0.menuBorderBgColor='#FFFFFF';

mm_menu_1011170631_0.writeMenus();
} // mmLoadMenus()