
//******************Funciton to navigate the page for Software block  *******//
function navigateSoftwares(ddlId)
{
	if(document.getElementById(ddlId).value !="0" )
	{
		location.href=document.getElementById(ddlId).value;
	}
}
//******************End of funciton to navigate the page for services block  *******//