Function chkNotNullNumber(object)
	If Not object.value="" Then
		If Not IsNumeric(object.value) Then
			alert("ΗλΚδΘλΚύΧΦ‘£")
			object.select()
		End If
	End If
End Function