// JavaScript Document

//if the value is a number, update Qty of item, run function to update totals based on new Qty
function clearField(value) {
	if (value == 'Enter your e-mail address'){
	document.getElementById('email_field').value = '';				//Send amount to Paypal btn
}
}

	