xxxxxxxxxx
<!DOCTYPE html>
<html>
<body>
<script type="text/vbscript">
document.write(FormatCurrency(20000,2) & "<br>")
document.write(FormatCurrency(20000,5))
</script>
</body>
</html>