// JavaScript Document
<!--
var entity = "SCCWI"
function mmLoadMenus() {
  if (window.mm_menu_1) return;
  window.mm_menu_1 =new Menu("root",91,18,"",12,"#13473D","#FFFFFF","#CCCCCC","#084035","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
  mm_menu_1.addMenuItem("Sub&nbsp;Link&nbsp;1","location='#'");
  mm_menu_1.addMenuItem("Sub&nbsp;Link&nbsp;2","location='#'");
  mm_menu_1.addMenuItem("Sub&nbsp;Link&nbsp;3","location='#'");
   mm_menu_1.fontWeight="bold";
   mm_menu_1.hideOnMouseOut=true;
   mm_menu_1.bgColor='#555555';
   mm_menu_1.menuBorder=1;
   mm_menu_1.menuLiteBgColor='#FFFFFF';
   mm_menu_1.menuBorderBgColor='#2D4262';
  window.mm_menu_2 = new Menu("root",91,18,"",12,"#13473D","#FFFFFF","#CCCCCC","#084035","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
  mm_menu_2.addMenuItem("Sub&nbsp;Link&nbsp;1","location='#'");
  mm_menu_2.addMenuItem("Sub&nbsp;Link&nbsp;2","location='#'");
  mm_menu_2.addMenuItem("Sub&nbsp;Link&nbsp;3","location='#'");
   mm_menu_2.fontWeight="bold";
   mm_menu_2.hideOnMouseOut=true;
   mm_menu_2.bgColor='#555555';
   mm_menu_2.menuBorder=1;
   mm_menu_2.menuLiteBgColor='#FFFFFF';
   mm_menu_2.menuBorderBgColor='#2D4262';
  window.mm_menu_3 = new Menu("root",91,18,"",12,"#13473D","#FFFFFF","#CCCCCC","#084035","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
  mm_menu_3.addMenuItem("Sub&nbsp;Link&nbsp;1","location='#'");
  mm_menu_3.addMenuItem("Sub&nbsp;Link&nbsp;2","location='#'");
  mm_menu_3.addMenuItem("Sub&nbsp;Link&nbsp;3","location='#'");
   mm_menu_3.fontWeight="bold";
   mm_menu_3.hideOnMouseOut=true;
   mm_menu_3.bgColor='#555555';
   mm_menu_3.menuBorder=1;
   mm_menu_3.menuLiteBgColor='#FFFFFF';
   mm_menu_3.menuBorderBgColor='#2D4262';
mm_menu_3.writeMenus();
} // mmLoadMenus()
//-->