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_patch").submit();
}

function mfGetPageNumber(intCurrentPageNo)		{				
	document.furnishings_patch.hndCurrentPageNo.value=intCurrentPageNo;
	document.furnishings_patch.action="furnishings-patch.asp";
	document.furnishings_patch.submit();
	return false;
}