function showprice() {
	document.request.theprice.value = "for £" + document.request.amount.value + " including delivery"
}
