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