function showMenu(menuName)
     {
         var mainMenuId=menuName+1;
         //alert(menuName);
         //document.getElementById(menuName).style.display="block";
         //document.getElementById(mainMenuId).className="sang";
         //document.getElementById(mainMenuId).style.background="url('images/common/about-us.jpg')";
         //document.getElementById(mainMenuId).style.background="red";
         if("services1"==mainMenuId)
         {
             document.getElementById(mainMenuId).className="sServicesOver";               
	document.getElementById(menuName).style.display="block";
	document.getElementById("NewsEvents").style.display="none";
	document.getElementById("NewsEvents1").className="sNewsEvents";
	document.getElementById("BusinessSolution").style.display="none";
	document.getElementById("BusinessSolution1").className="sBusinessSolution";

         }
          if("BusinessSolution1"==mainMenuId)
         {
             document.getElementById(mainMenuId).className="sBusinessSolutionOver";
             document.getElementById("services").style.display="none";
	document.getElementById("services1").className="sServices";
	document.getElementById(menuName).style.display="block";
	document.getElementById("NewsEvents").style.display="none";
	document.getElementById("NewsEvents1").className="sNewsEvents";
         }
          if("NewsEvents1"==mainMenuId)
         {
             document.getElementById(mainMenuId).className="sNewsEventsOver";
             document.getElementById("services").style.display="none";
	 document.getElementById("services1").className="sServices";
	document.getElementById(menuName).style.display="block";
	document.getElementById("BusinessSolution").style.display="none";
	document.getElementById("BusinessSolution1").className="sBusinessSolution";
         }
  	}
function hideMenu(menuName)
    {
     var mainMenuId=menuName+1;
    //alert(mainMenuId);
     //document.getElementById(mainMenuId).style.background="none";
       // document.getElementById(mainMenuId).style.background="url('images/common/about-us.jpg')";
        //document.getElementById(mainMenuId).style.background="url('images/common/about-us.jpg')";
            if("BusinessSolution1"==mainMenuId)
            {
            document.getElementById(mainMenuId).className="sBusinessSolution";
            document.getElementById(menuName).style.display="none";
             }
            if("services1"==mainMenuId)
            {
            document.getElementById(mainMenuId).className="sServices";
            document.getElementById(menuName).style.display="none";
            }
            if("NewsEvents1"==mainMenuId)
            {
            document.getElementById(mainMenuId).className="sNewsEvents";
            document.getElementById(menuName).style.display="none";
            }
	document.getElementById("services").style.display="block";
	document.getElementById("services1").className="sServicesOver";

     }
	 
function onclickid(val)
 {
 	//alert(val);
 	if(val=="Offshore Services")
	{
		location.href="our-services/offshore-services.aspx";
	}
	if(val=="Sharepoint Consulting")
	{
		location.href="our-services/sharepoint.aspx";
	}
	if(val=="Software Development")
	{
		location.href="our-services/software-development.aspx";
	}
	if(val=="IT Infrastructure Management")
	{
		location.href="our-services/it-infrastructure.aspx";
	}
	if(val=="Network Security")
	{
		location.href="our-services/network-security.aspx";
	}
	if(val=="Network Monitoring")
	{
		location.href="our-services/network-monitoring.aspx";
	}
	if(val=="Software as Service(SaaS)")
	{
		location.href="our-services/saas.aspx";
	}
	if(val=="Unified Communications")
	{
		location.href="our-services/unified-communications.aspx";
	}
	if(val=="Content & Application Migration")
	{
		location.href="our-services/data-migration.aspx";
	}
	
	
	
	if(val=="Enterprise Content Management")
	{
		location.href="business-solutions/enterprise-content-management.aspx";
	}
	if(val=="Business Process Automation")
	{
		location.href="business-solutions/business-process-automation.aspx";
	}
	if(val=="Compliance & Governance")
	{
		location.href="business-solutions/compliance-governance.aspx";
	}
	if(val=="Enterprise Portals")
	{
		location.href="business-solutions/enterprise-portals.aspx";
	}
	if(val=="e-Learning & Corporate Training")
	{
		location.href="business-solutions/e-learning-corporate-training.aspx";
	}
	if(val=="e-Commerce")
	{
		location.href="business-solutions/e-commerce.aspx";
	}
	if(val=="Web 3.0 Social Networks & Communities")
	{
		location.href="business-solutions/web-social-networks-communities.aspx";
	}
	if(val=="Customer Relationship Management")
	{
		location.href="business-solutions/customer-relationship-management.aspx";
	}
	if(val=="Business Intelligence")
	{
		location.href="business-solutions/business-intelligence.aspx";
	}
	if(val=="Mobile Computing")
	{
		location.href="business-solutions/mobile-computing.aspx";
	}
	
	
	
 }
