// JavaScript Document
<!--
function mmLoadMenus() {
  if (window.mm_menu_0_0) return;
      window.mm_menu_0_0 = new Menu("root",177,18,"verdana",11,"#ffffff","#ffffff","#393839","#000000","left","middle",3,0,400,-5,7,true,true,true,0,false,true);
   mm_menu_0_0.addMenuItem("Company&nbsp;Overview","window.open('Company_overview.php', '_self');");
   mm_menu_0_0.addMenuItem("Vision&nbsp;and&nbsp;Mission","window.open('vision.php', '_self');");
   /*mm_menu_0_0.addMenuItem("Management&nbsp;Team","window.open('#', '_self');");
   mm_menu_0_0.addMenuItem("About&nbsp;CEO","window.open('#', '_self');");*/
   mm_menu_0_0.addMenuItem("Location","window.open('location.php', '_self');");
   mm_menu_0_0.hideOnMouseOut=true;
   mm_menu_0_0.bgColor='#555755';
   mm_menu_0_0.menuBorder=1;
   mm_menu_0_0.menuLiteBgColor='#000000';
   mm_menu_0_0.menuBorderBgColor='#393c39';
   
   window.mm_menu_1_1 = new Menu("root",208,18,"verdana",11,"#ffffff","#ffffff","#393839","#000000","left","middle",3,0,400,-5,7,true,true,true,0,false,true);
   mm_menu_1_1.addMenuItem("Development&nbsp;Methodology","window.open('development_methodology.php', '_self');");
   mm_menu_1_1.addMenuItem("Project&nbsp;Management","window.open('project_management.php', '_self');");
   mm_menu_1_1.addMenuItem("People","window.open('people.php', '_self');");
   mm_menu_1_1.hideOnMouseOut=true;
   mm_menu_1_1.bgColor='#555755';
   mm_menu_1_1.menuBorder=1;
   mm_menu_1_1.menuLiteBgColor='#012350';
   mm_menu_1_1.menuBorderBgColor='#393c39';
   
    window.mm_menu_2_2 = new Menu("root",140,18,"verdana",11,"#ffffff","#ffffff","#393839","#000000","left","middle",3,0,400,-5,7,true,true,true,0,false,true);
  mm_menu_2_2.addMenuItem("Summary","window.open('summary.php', '_self');");
  mm_menu_2_2.addMenuItem("Europe","window.open('europe.php', '_self');");
  mm_menu_2_2.addMenuItem("India","window.open('india.php', '_self');");
  mm_menu_2_2.addMenuItem("Send&nbsp;us&nbsp;your&nbsp;CV","window.open('send_CV.php', '_self');");
 mm_menu_2_2.addMenuItem("Why&nbsp;to&nbsp;Join&nbsp;Us","window.open('whyus.php', '_self');");
  mm_menu_2_2.hideOnMouseOut=true;
   mm_menu_2_2.bgColor='#555755';
   mm_menu_2_2.menuBorder=1;
   mm_menu_2_2.menuLiteBgColor='#012350';
   mm_menu_2_2.menuBorderBgColor='#393c39';
   
      window.mm_menu_3_3 = new Menu("root",220,18,"verdana",11,"#ffffff","#ffffff","#393839","#000000","left","middle",3,0,400,-5,7,true,true,true,0,false,true);
  mm_menu_3_3.addMenuItem("SAP&nbsp;Application&nbsp;Consulting","window.open('sap_application_consulting.php', '_self');");
  mm_menu_3_3.addMenuItem("Technologies&nbsp;Consulting","window.open('technology_consulting.php', '_self');");
  mm_menu_3_3.addMenuItem("Architecture&nbsp;and&nbsp;System&nbsp;Integration","window.open('architecture_consulting.php', '_self');");
  mm_menu_3_3.addMenuItem("Global&nbsp;Sourcing&nbsp;Model","window.open('global_sourcing_model.php', '_self');");
 mm_menu_3_3.addMenuItem("Hybrid&nbsp;Delivery&nbsp;Model","window.open('hybrid_delivery_model.php', '_self');");
  mm_menu_3_3.addMenuItem("Education&nbsp;and&nbsp;Training","window.open('education_and_training.php', '_self');");
   mm_menu_3_3.addMenuItem("Value&nbsp;Assessment ","window.open('value_assessment.php', '_self');");
  mm_menu_3_3.hideOnMouseOut=true;
   mm_menu_3_3.bgColor='#555755';
   mm_menu_3_3.menuBorder=1;
   mm_menu_3_3.menuLiteBgColor='#012350';
   mm_menu_3_3.menuBorderBgColor='#393c39';

  window.mm_menu_4_4 = new Menu("root",150,18,"verdana",11,"#ffffff","#ffffff","#393839","#000000","left","middle",3,0,400,-5,7,true,true,true,0,false,true);
  mm_menu_4_4.addMenuItem("SAP&nbsp;Upgrade&nbsp;Service","window.open('sap_upgrade_service.php', '_self');");
  mm_menu_4_4.addMenuItem("SAP&nbsp;Archiving&nbsp;Service","window.open('sap-archiving-ser.php', '_self');");
  mm_menu_4_4.addMenuItem("Acendion&nbsp;Flex&nbsp;Support","window.open('acendion_flex_support.php', '_self');");
    mm_menu_4_4.hideOnMouseOut=true;
   mm_menu_4_4.bgColor='#555755';
   mm_menu_4_4.menuBorder=1;
   mm_menu_4_4.menuLiteBgColor='#012350';
   mm_menu_4_4.menuBorderBgColor='#393c39';

mm_menu_4_4.writeMenus();
}
