function mfGetPageNumber(intCurrentPageNo)	{				
	document.frmcollStripes.hndCurrentPageNo.value=intCurrentPageNo;
	document.frmcollStripes.action="collection-fabrics-stripes.asp";
	document.frmcollStripes.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==1)	{ 
	window.open('image-embroidered.asp?jsid_productFabrics=' + escape(objid_productFabrics),"","width=700, height=520,scrollbars=yes,status=yes,positionx=0,positiony=0");
	}
	if (x==2)	{ 
	window.open('image-stripes.asp?jsid_productFabrics=' + escape(objid_productFabrics),"","width=700, height=520,scrollbars=yes,status=yes,positionx=0,positiony=0");
	}
	if (x==3)	{ 
	window.open('image-solids.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;
}
