function updateAmount(productpriceid) {
	
	var productamount;
	
	productamount=document.getElementById(productpriceid).value;

	document.location='basket.asp?updatecode=' + productpriceid + '&amount=' + productamount;
	 
}
