function mmLoadMenus() {
  if (window.mm_menu_profile) return;
  window.mm_menu_profile = new Menu("root",150,20,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#ff6600","#ff9900","left","middle",4,0,50,-5,7,true,true,true,0,true,true);
  
  mm_menu_profile.addMenuItem("The Company","location='/profile1.php'");
  mm_menu_profile.addMenuItem("Mission and Values","location='/profile2.php'");
  mm_menu_profile.addMenuItem("Our Team","location='/profile3.php'");
  mm_menu_profile.addMenuItem("Our Clientele","location='/profile4.php'");
  mm_menu_profile.addMenuItem("Our Partners","location='/profile6.php'");
   mm_menu_profile.hideOnMouseOut=true;
   mm_menu_profile.menuBorder=0;
   mm_menu_profile.menuLiteBgColor='';
   mm_menu_profile.menuBorderBgColor='';
   mm_menu_profile.bgColor='';

  window.mm_menu_services = new Menu("root",150,20,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#ff6600","#ff9900","left","middle",4,0,50,-5,7,true,true,true,0,true,true);
  
  mm_menu_services.addMenuItem("Services At A Glance","location='/services1.php'");
  mm_menu_services.addMenuItem("Lean Transformation","location='/services2.php'");
  mm_menu_services.addMenuItem("Value Stream Mapping","location='/services3.php'");
  mm_menu_services.addMenuItem("Focus Kaizen","location='/services4.php'");
  mm_menu_services.addMenuItem("Training Programs","location='/services5.php'");
   mm_menu_services.hideOnMouseOut=true;
   mm_menu_services.menuBorder=0;
   mm_menu_services.menuLiteBgColor='';
   mm_menu_services.menuBorderBgColor='';
   mm_menu_services.bgColor='';

  window.mm_menu_knowledge = new Menu("root",150,20,"Verdana, Arial, Helvetica, sans-serif",11,"#ffffff","#ffffff","#ff6600","#ff9900","left","middle",4,0,50,-5,7,true,true,true,0,true,true);
  
  mm_menu_knowledge.addMenuItem("Frequently Asked","location='/knowledge1a.php'");
  mm_menu_knowledge.addMenuItem("Application","location='/knowledge2a.php'");
  mm_menu_knowledge.addMenuItem("Success Stories","location='/knowledge3.php'");
  mm_menu_knowledge.addMenuItem("Articles & Publication","location='/knowledge4.php'");
   mm_menu_knowledge.hideOnMouseOut=true;
   mm_menu_knowledge.menuBorder=0;
   mm_menu_knowledge.menuLiteBgColor='';
   mm_menu_knowledge.menuBorderBgColor='';
   mm_menu_knowledge.bgColor='';

  mm_menu_profile.writeMenus();
} // mmLoadMenus()