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