function formProtect() {
	document.getElementById("contactform").setAttribute("action","FormAppProcess.cfm");
}

