function check_text(txtfld) {	if (txtfld == "") {		return false;	} else {		return true;	}}