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