// JavaScript Document
function formProtect() {
	document.getElementById("form1").setAttribute("action","contact-us2.aspx");
}
