function bgr_color(obj, color) 
{
//obj.style.backgroundColor=color;
//obj.style.font.color = "brown";
}
function CheckEmpty()
{
alert("Enter text to search");
	if (document.getElementById('SearchTextBox').value =="")
	{
		alert("Enter text to search");
		return true;
	}
	else
	{
	return false;
	}
}

function ChangeVisible(obj)
{
	//if (obj.style.display == 'block')
	//{
		VisionTable.style.display='none';
		FactSheetTable.style.display='none';
		InfrastructureTable.style.display='none';
		GlobalAllianceTable.style.display='none';
		WhatSetsUsApartTable.style.display='none';
		offShoreTable.style.display='none';
		obj.style.display='block';
	//}
	//else if (obj.style.display == 'none')
	//{
	//	obj.style.display='block';
	//}
}
function ChangeVisibleServicesPage(obj)
{
		WhyHowTable.style.display='none';
		OurServicesTable.style.display='none';
		SkillsTable.style.display='none';
		DeliveryProcessTable.style.display='none';
		SkillsTable.style.display='none';
		obj.style.display='block';
}
function ChangeVisibleSolutionsPage(obj)
{
		CustomSolutionsTable.style.display='none';
		ProjectOutsourcingTable.style.display='none';
		TestingSolutionsTable.style.display='none';
		SystemIntegrationTable.style.display='none';
		OffshoreSolutionsTable.style.display='none';
		QualitySolutionsTable.style.display='none';
		obj.style.display='block';
}

function ChangeVisibleTrainingPage(obj)
{
		WhyHowTable.style.display='none';
		OurServicesTable.style.display='none';
		SkillsTable.style.display='none';
		DeliveryProcessTable.style.display='none';
		SkillsTable.style.display='none';
		obj.style.display='block';
}

function ChangeVisibleCareersPage(obj) {
   
}

