function mmLoadMenus() {
  if (window.menu1) return;
  window.menu1 = new Menu("root",200,20,"Verdana, Arial, Helvetica, sans-serif",11,"#2c67a9","#f4f4f4","#f4f4f4","#2c67a9","left","middle",0,0,1000,-5,7,true,true,true,2,false,false);
  menu1.addMenuItem("Client Management","location='dynamics_of_customer_relations.html'");
  menu1.addMenuItem("Communication","location='effective_business_writing_for_todays_workplace.html'");
  menu1.addMenuItem("Creativity&nbsp;And&nbsp;Innovation","location='dynamics_of_creativity.html'");
  menu1.addMenuItem("Influence","location='positive_power_and_influence.html'");
  menu1.addMenuItem("Leadership&nbsp;And&nbsp;Management","location='dynamics_of_managerial_leadership.html'");
  menu1.addMenuItem("Learning&nbsp;And&nbsp;Training","location='dynamics_of_learning_and_training.html'");
  menu1.addMenuItem("Mentoring","location='mentoring_for_leaders.html'");
  menu1.addMenuItem("Negotiation","location='negotiation_strategy_and_tactics.html'");
  menu1.addMenuItem("Professional&nbsp;Development","location='positive_power_influence.html'");
  menu1.addMenuItem("Project&nbsp;Management","location='tools_principles_practices.html'");
  menu1.addMenuItem("Sales","location='dynamics_of_selling.html'");
  menu1.addMenuItem("Team&nbsp;Building","location='dynamics_of_high_performance_teamwork.html'");
  menu1.hideOnMouseOut=true;
  menu1.menuBorder=0;
  menu1.menuLiteBgColor='#ffffff';
  menu1.menuBorderBgColor='#777777';
  menu1.bgColor='#555555';
    window.menu2 = new Menu("root",230,20,"Verdana, Arial, Helvetica, sans-serif",11,"#2c67a9","#f4f4f4","#f4f4f4","#2c67a9","left","middle",0,0,1000,-5,7,true,true,true,2,false,false);
  menu2.addMenuItem("The&nbsp;Lewis&nbsp;Institute&nbsp;Inc.","location='the_lewis_institute.html'");
  menu2.addMenuItem("Situation&nbsp;Management&nbsp;System&nbsp;Inc.","location='situation_management_system.html'");
  menu2.addMenuItem("Leadership&nbsp;Development&nbsp;Services&nbsp;Inc.","location='leadership_development_services.html'");
  menu2.addMenuItem("LLC&nbsp;Brain&nbsp;Dynamics&nbsp;Global","location='brain_dynamics_global.html'");
   menu2.hideOnMouseOut=true;
   menu2.menuBorder=0;
   menu2.menuLiteBgColor='#ffffff';
   menu2.menuBorderBgColor='#777777';
   menu2.bgColor='#555555';
  
  window.menu3 = new Menu("root",300,20,"Verdana, Arial, Helvetica, sans-serif",11,"#2c67a9","#f4f4f4","#f4f4f4","#2c67a9","left","middle",0,0,1000,-5,7,true,true,true,2,false,false);
  menu3.addMenuItem("What&nbsp;Clients&nbsp;Say&nbsp;About&nbsp;ESSN","location='testimonials_clients.html'");
  menu3.addMenuItem("What&nbsp;Clients&nbsp;Say&nbsp;About&nbsp;Training&nbsp;Workshops","location='testimonials_workshops.html'");
  menu3.addMenuItem("What&nbsp;Clients&nbsp;Say&nbsp;About&nbsp;Trainers&nbsp;and&nbsp;Facilitators","location='testimonials_facilitators.html'");
   menu3.hideOnMouseOut=true;
   menu3.menuBorder=0;
   menu3.menuLiteBgColor='#ffffff';
   menu3.menuBorderBgColor='#777777';
   menu3.bgColor='#555555';


  menu3.writeMenus();
} // mmLoadMenus()
