function c3scrubstring(el) { rv=el.value; rv=rv.toUpperCase(); // rv=rv.replace("_"," "); rv=rv.replace("/"," "); el.value=rv; }