
function LoadMenus() {
  if (window.menu_vend) return;

  window.menu_vend = new
Menu("root",145,18,"Verdana",12,"#FFFFFF","#333333","#3300CC","#CCFFFF","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
   menu_vend.addMenuItem("Information","location='vend.htm'");
   menu_vend.addMenuItem("Coverage&nbsp;Area","location='vendcov.htm'");
   menu_vend.addMenuItem("Trade&nbsp;Show&nbsp;Photos","location='vendtsphotos.htm'");
   menu_vend.addMenuItem("Vending&nbsp;Photos","location='vendphotos.htm'");
   menu_vend.fontWeight="bold";
   menu_vend.hideOnMouseOut=true;
   menu_vend.bgColor='#000000';
   menu_vend.menuBorder=1;
   menu_vend.menuLiteBgColor='#999999';
   menu_vend.menuBorderBgColor='#330099';

  window.menu_c_store = new Menu("root",145,18,"Verdana",12,"#FFFFFF","#333333","#3300CC","#CCFFFF","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
   menu_c_store.addMenuItem("Information","location='convenience.htm'");
   menu_c_store.addMenuItem("Coverage&nbsp;Area","location='concov.htm'");
   menu_c_store.addMenuItem("Trade&nbsp;Show&nbsp;Photos","location='contsphotos.htm'");
   menu_c_store.addMenuItem("Store&nbsp;Set&nbsp;Photos","location='conphotos.htm'");
   menu_c_store.fontWeight="bold";
   menu_c_store.hideOnMouseOut=true;
   menu_c_store.bgColor='#000000';
   menu_c_store.menuBorder=1;
   menu_c_store.menuLiteBgColor='#999999';
   menu_c_store.menuBorderBgColor='#330099';

  window.menu_foodsvc = new Menu("root",178,18,"Verdana",12,"#FFFFFF","#333333","#3300CC","#CCFFFF","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    menu_foodsvc.addMenuItem("Information","location='foodservice.htm'");
    menu_foodsvc.addMenuItem("Coverage&nbsp;Area","location='foodcov.htm'");
    menu_foodsvc.addMenuItem("Trade&nbsp;Show&nbsp;Photos","location='foodtsphotos.htm'");
    menu_foodsvc.addMenuItem("Plate&nbsp;Presentation&nbsp;Photos","location='foodphotos.htm'");
    menu_foodsvc.fontWeight="bold";
    menu_foodsvc.hideOnMouseOut=true;
    menu_foodsvc.bgColor='#000000';
    menu_foodsvc.menuBorder=1;
    menu_foodsvc.menuLiteBgColor='#999999';
    menu_foodsvc.menuBorderBgColor='#330099';

menu_foodsvc.writeMenus();
}
