// JavaScript Document

function formProtect() {
	document.getElementById("contactform").setAttribute("action","../cgi/gdform.cgi");
}
