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

function clearForm2() {
	document.myForm.comment.value = "";
}
