function submitForm() {
	document.frmContact.submit();
}

function clearForm() {
	document.frmContact.reset();
}

