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