applesearch.clearFld = function (fldID,btnID){var fld = document.getElementById( fldID );fld.value = '';this.onChange(fldID, btnID);fld.focus();}