function on_load_ex() { } function on_chg_select(c) { } function on_chg_q(c) { // OVERRIDE THIS } function round_float(val) { val = "" + val; f = val.split("\."); if (f.length < 2) fr="00"; else fr=f[1].substring(0,2); return (f[0] + '.' + fr); }