Voker57 17.07.2012 12:52 nbl-desktop

function round(num)
{
var dec=Math.pow(10,2);
return Math.round(num*dec)/dec;
}

Do you really want to delete ?