// JavaScript Document

function formProtect() {
	document.getElementById("contactforms").setAttribute("action","formsendtoh.php");
}
