// JavaScript Document

function clearForm() {
	document.myForm.email.value = "";
}