function mfGetPageNumber(intCurrentPageNo)	{				
	document.frmcollScarves.hndCurrentPageNo.value=intCurrentPageNo;
	document.frmcollScarves.action="collection-accessories-scarves.asp";
	document.frmcollScarves.submit();
	return false;
}

function openBig(objid_productFabrics,objid_productCategory)
{
//	document.getElementById("hid_workDetails").value = objid_workDetails;
//	alert(id_workDetails);
	var x=objid_productCategory;
	if (x==4)	{ 
	window.open('image-scarves.asp?jsid_productFabrics=' + escape(objid_productFabrics),"","width=700, height=520,scrollbars=yes,status=yes,positionx=0,positiony=0");
	}
	if (x==5)	{ 
	window.open('image-handbags.asp?jsid_productFabrics=' + escape(objid_productFabrics),"","width=700, height=520,scrollbars=yes,status=yes,positionx=0,positiony=0");
	}
	if (x==6)	{ 
	window.open('image-embroidered-borders.asp?jsid_productFabrics=' + escape(objid_productFabrics),"","width=700, height=520,scrollbars=yes,status=yes,positionx=0,positiony=0");
	}
//	var data = 'Hello world';
//	var url = 'http://somewhere.com/index.htm?name=' + escape(data);
//	location.href = url;
}
