function ClearField (FieldID) {
if (document.all(FieldID))
	document.all(FieldID).value = "";
}
