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