var floatChunks = Number(Tmoney).toFixed(2).toString().split("."); document.write("<big>" + floatChunks[0] + "</big>" + floatChunks[1]);