function ZeroSuppressInt(val) { return +(val.replace(/^0+/g,"")); }