function Send_Email(){
	window.open('','formResponse','resizable=no,width=300,height=200,top='+(screen.height - 200) / 2+',left='+(screen.width - 300) / 2);
	document.email_form.submit();
	return true;
}

function ClearForm() {
  document.email_form.BOX_Email.value= "";
}
