﻿function mmLoadMenus() {
                  
  if (window.mm_menu_MenuItems) return;
  
    //INDUSTRIES MENU START //
    window.mm_menu_Industries = new Menu("root",200,26,"Tahoma, Arial, Sans-Serif, Verdana",11,"#ffffff","#ffffff","#353a90","#bac8e5", "left","middle",5,0,100,-5,7,true,true,true,1,true,false);
        mm_menu_Industries.addMenuItem("Insurance","window.open('insurance.html', '_self');");
        mm_menu_Industries.addMenuItem("Banking & Finance","window.open('banking-finance.html', '_self');");
        mm_menu_Industries.addMenuItem("Telecommunications/Service&nbsp;Providers","window.open('telecommunications.html', '_self');");
        mm_menu_Industries.addMenuItem("Media & Entertainment","window.open('media-entertainment.html', '_self');");
        mm_menu_Industries.addMenuItem("Pharmaceutical","window.open('pharmaceutical.html', '_self');");
        mm_menu_Industries.addMenuItem("Healthcare","window.open('healthcare.html', '_self');");
        mm_menu_Industries.addMenuItem("Education","window.open('education.html', '_self');");
        mm_menu_Industries.addMenuItem("Retail","window.open('retail.html', '_self');");
        mm_menu_Industries.addMenuItem("Real&nbsp;Estate","window.open('real-estate.html', '_self');");
        
               
        mm_menu_Industries.hideOnMouseOut=true;
        mm_menu_Industries.bgColor='#E3E3E3';
        mm_menu_Industries.menuBorder=0;
        mm_menu_Industries.menuLiteBgColor='#FFFFFF';
        mm_menu_Industries.menuBorderBgColor='#FFFFFF';
    //INDUSTRIES MENU END //

    //ENTERPRISE MANAGED SERVICES SUB MENU START //
    window.mm_menu_sub_EMS = new Menu("Enterprise&nbsp;Management&nbsp;Services",200,26,"Tahoma, Arial, Sans-Serif, Verdana",11,"#ffffff","#ffffff","#353a90","#bac8e5", "left","middle",5,0,100,-5,7,true,true,true,1,true,false);
        mm_menu_sub_EMS.addMenuItem("Consolidated Operations Management","window.open('consolidated-operations-management.html', '_self');");
        mm_menu_sub_EMS.addMenuItem("Business Service Management","window.open('business-service-management.html', '_self');");
        mm_menu_sub_EMS.addMenuItem("Business Application Management","window.open('business-application-management.html', '_self');");
        mm_menu_sub_EMS.addMenuItem("Performance Management","window.open('performance-management.html', '_self');");
        mm_menu_sub_EMS.addMenuItem("Solution Offerings","window.open('solution-offerings.html', '_self');");
        mm_menu_sub_EMS.addMenuItem("IBM Tivoli Automation Suite","window.open('tivoli-automation-suite.html', '_self');");
        mm_menu_sub_EMS.addMenuItem("Success Stories","window.open('success-stories.html', '_self');");                        
                
        mm_menu_sub_EMS.hideOnMouseOut=true;
        mm_menu_sub_EMS.bgColor='#E3E3E3';
        mm_menu_sub_EMS.menuBorder=0;
        mm_menu_sub_EMS.menuLiteBgColor='#FFFFFF';
        mm_menu_sub_EMS.menuBorderBgColor='#FFFFFF';
    //ENTERPRISE MANAGED SERVICES SUB MENU END //
    
    //SERVICES MENU START //
    window.mm_menu_Services = new Menu("root",185,26,"Tahoma, Arial, Sans-Serif, Verdana",11,"#ffffff","#ffffff","#353a90","#bac8e5","left","middle",5,0,100,1,0,true,true,true,1,true,false);
        mm_menu_Services.addMenuItem("Application&nbsp;Development&nbsp;Services","window.open('application-development-services.html', '_self');");
        mm_menu_Services.addMenuItem(mm_menu_sub_EMS,"window.open('enterprise-management-services.html', '_self');");                    
        mm_menu_Services.addMenuItem("Maintenance/Custom&nbsp;Development","window.open('maintenance-custom-development.html', '_self');");
        
        mm_menu_Services.hideOnMouseOut=true;
        mm_menu_Services.childMenuIcon="images/sub-menu-arrow.gif";
        mm_menu_Services.bgColor='#E3E3E3';
        mm_menu_Services.menuBorder=0;
        mm_menu_Services.menuLiteBgColor='#FFFFFF';
        mm_menu_Services.menuBorderBgColor='#FFFFFF';
    //SERVICES MENU END //
    
    //INSIGHTS MENU START //
    window.mm_menu_Insights = new Menu("root",115,26,"Tahoma, Arial, Sans-Serif, Verdana",11,"#ffffff","#ffffff","#353a90","#bac8e5","left","middle",5,0,100,-5,7,true,true,true,1,true,false);
        mm_menu_Insights.addMenuItem("Case Studies","window.open('case-studies.html', '_self');");
        mm_menu_Insights.addMenuItem("Testimonials","window.open('testimonials.html', '_self');");
        mm_menu_Insights.addMenuItem("News/Events","window.open('news-events.html', '_self');");
        
        mm_menu_Insights.hideOnMouseOut=true;
        mm_menu_Insights.bgColor='#E3E3E3';
        mm_menu_Insights.menuBorder=0;
        mm_menu_Insights.menuLiteBgColor='#FFFFFF';
        mm_menu_Insights.menuBorderBgColor='#FFFFFF';
    //INSIGHTS MENU END //
                        
    mm_menu_Industries.writeMenus();    
} 