function mfGetPageNumber(intCurrentPageNo)	{				
	document.frmcollThrows.hndCurrentPageNo.value=intCurrentPageNo;
	document.frmcollThrows.action="collection-madeUps-throws.asp";
	document.frmcollThrows.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==7)	{ 
	window.open('image-silk-cushion-cover.asp?jsid_productFabrics=' + escape(objid_productFabrics),"","width=700, height=520,scrollbars=yes,status=yes,positionx=0,positiony=0");
	}
	if (x==8)	{ 
	window.open('image-dupion-silk-curtain.asp?jsid_productFabrics=' + escape(objid_productFabrics),"","width=700, height=520,scrollbars=yes,status=yes,positionx=0,positiony=0");
	}
	if (x==9)	{ 
	window.open('image-quilts.asp?jsid_productFabrics=' + escape(objid_productFabrics),"","width=700, height=520,scrollbars=yes,status=yes,positionx=0,positiony=0");
	}
	if (x==10)	{ 
	window.open('image-throws.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;
}
