function changeQuantity() {
	document.cartItems.recalculate.value = 1
	document.cartItems.submit()

}