
function FormValidate() {
	 var hidField = document.getElementById('FormCheck');
	 hidField.value = 'Ok';
}
