I need a function that take away the decimal from a number... a function that do this...

the number:

12,34555555


the result:

12,3

Can i do this with a javascript function or i have to do it by myself??


Any idea would be useful... thanks...