function submitFom(){
	formSubmitInput = document.getElementById("formSubmit");
	formSubmitInput.value = "1";
};