// hhmenu_items.js file
// comments block here

var MENU_ITEMS =[
                ["About Us", "about.htm"],
	            ["Services", "services.htm",
	            
		["ContinuityPlus", "continuityPlus.htm"],
		["ImplementationPlus ", "implementationPlus.htm"],
		
				
	],
	["Products", "products.htm",
		["eBCP ", "ebcp.htm"],
                                ["BCM ", "bcm.htm"],
                                ["DigitalDowntime ", "digital.htm"]
			
	
	],
	["News", "newsbites.htm"],
	["Affiliations", "affiliates.htm"],
	["Who We Serve", "clients.htm"],
        ["Contact Us", "contactus.htm"],
	["Client Access", "clientAccess.htm"],
	["Careers", "career/index.htm"],
       
 ];
