Formatting numbers for decimals and significant digits in JavaScript
Formatting numbers so they confirm to a specific format can be deceivingly tricky. For example, one of the most common tasks is to format a number for currency display- an integer followed by two decimals.........
click here to read rest
http://www.javascriptkit.com/javatutors/formatnumber.shtml