xxxxxxxxxx
<!DOCTYPE html>
<html>
<body>
<script type="text/vbscript">
document.write(FormatNumber(.20,,0) & "<br>")
document.write(FormatNumber(.20,,-1))
</script>
</body>
</html>