	var sPath = window.location.pathname;
	//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
	var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
	//alert(sPage);


	
	// This function is used to get onmouseover effect image change  
	
	function fncChangeImage(x)
	{
		document.getElementById("1").src='images/aboutus_hover.jpg';
	}
	function fncChangeImage2(x)
	{
		//alert(document.getElementById('aboutus').value);
		document.getElementById("1").src='images/aboutus.jpg';
		//document.getElementById("1").src='<%=imgURLAU%>';
	}
	//-------------------------------------------------------------
	function fncChangeImage1x(x)
	{
		document.getElementById("2").src='images/services_hover.jpg';
	}
	function fncChangeImage1x2(x)
	{
		document.getElementById("2").src='images/services.jpg';
	}
	//-------------------------------------------------------------
	function fncChangeImage2x(x)
	{
		document.getElementById("3").src='images/operations_hover.jpg';
	}
	function fncChangeImage2x2(x)
	{
		document.getElementById("3").src='images/operations.jpg';
	}
	//-------------------------------------------------------------
	function fncChangeImage3x(x)
	{
		document.getElementById("4").src='images/edge_hover.jpg';
	}
	function fncChangeImage3x2(x)
	{
		document.getElementById("4").src='images/edge.jpg';
	}
	//-------------------------------------------------------------
	function fncChangeImage4x(x)
	{
		document.getElementById("5").src='images/portfolio_hover.jpg';
	}
	function fncChangeImage4x2(x)
	{
		document.getElementById("5").src='images/portfolio.jpg';
	}
	//-------------------------------------------------------------
	function fncChangeImage5x(x)
	{
		document.getElementById("6").src='images/media_centre_hover.jpg';
	}
	function fncChangeImage5x2(x)
	{
		document.getElementById("6").src='images/media_centre.jpg';
	}
	//-------------------------------------------------------------
	function fncChangeImage6x(x)
	{
		document.getElementById("7").src='images/cs_hover.jpg';
	}
	function fncChangeImage6x2(x)
	{
		document.getElementById("7").src='images/cs.jpg';
	}
	//-------------------------------------------------------------