function formProtect(language) {
	document.getElementById("contactform").setAttribute("action","form-dada-" + language + ".php");
	document.getElementById("contactform").setAttribute("method","post");
}
