function CheckNLForm(form)
{
	var valid = Validate(form);
	return valid;
}
