    	var winLocation = window.location.toString();
    	var state = 'none';

    	if (winLocation.indexOf('competencies.htm') > -1) {
    		showhide('competencies', 1, 'img_competencies_tab');
    	}
		
		if (winLocation.indexOf('erp.htm') > -1) {
    		showhide('competencies', 1, 'img_competencies_tab');
    	}
			
		if (winLocation.indexOf('supply_chain.htm') > -1) {
    		showhide('competencies', 1, 'img_competencies_tab');
		}

		if (winLocation.indexOf('business_intelligence.htm') > -1) {
    		showhide('competencies', 1, 'img_competencies_tab');
		}

    	if (winLocation.indexOf('netweaver.htm') > -1) {
    		showhide('competencies', 1, 'img_competencies_tab');
    	}
		
		if (winLocation.indexOf('sap_upgrades_comp.htm') > -1) {
    		showhide('competencies', 1, 'img_competencies_tab');
    	}

		if (winLocation.indexOf('hcm.htm') > -1) {
    		showhide('competencies', 1, 'img_competencies_tab');
    	}

    	if (winLocation.indexOf('crm.htm') > -1) {
    		showhide('competencies', 1, 'img_competencies_tab');
    	}

    	if (winLocation.indexOf('utilities_practice.htm') > -1) {
    		showhide('competencies', 1, 'img_competencies_tab');
		}

		if (winLocation.indexOf('services.htm') > -1) {
			showhide('services', 0, 'img_services_tab');
		}	  
    	
    	if (winLocation.indexOf('assessment.htm') > -1) {
    		showhide('services', 0, 'img_services_tab');
		}

    	if (winLocation.indexOf('implementation.htm') > -1) {
    		showhide('services', 0, 'img_services_tab');
		}

		if (winLocation.indexOf('sap_upgrades.htm') > -1) {
			showhide('services', 0, 'img_services_tab');
		}

		if (winLocation.indexOf('sap_support.htm') > -1) {
			showhide('services', 0, 'img_services_tab');
		}

		if (winLocation.indexOf('staffing.htm') > -1) {
			showhide('services', 0, 'img_services_tab');
		}

		if (winLocation.indexOf('offshore_delivery_model.htm') > -1) {
			showhide('services', 0, 'img_services_tab');
		}
