/* FUNCTIONS FOR ACTION SCREEN - PlayerCalendarEdit */

function SaveForm(btnSubmit) {
	var bCheckForm = fn_WhoForValidate();
	if (bCheckForm) {
		btnSubmit.disabled = true;
		document.form.command.value='save';
	}
	return bCheckForm;
}

