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