function checkSubmit(){
	var action_field=document.getElementById("action");
	if (action_field){
		action_field.value = "submit";
	}
	return true;
}
