function fillemptytext(thefield) {	if (thefield.value == "")	thefield.value = thefield.defaultValue}