function changeDisplay(obj)
{
//	alert("subrata");
	var sortVal = obj.options[obj.selectedIndex].value;
	document.getElementById("txtmenuSortBy").value=sortVal;
//	alert(document.getElementById("txtmenuSortBy").value);
	document.getElementById("fashion_fabrics").submit();
}

	function mfGetPageNumber(intCurrentPageNo)
	{				
		document.fashion_fabrics.hndCurrentPageNo.value=intCurrentPageNo;
		document.fashion_fabrics.action="fashion-fabrics.asp";
		document.fashion_fabrics.submit();
		return false;
	}