<!DOCTYPE html>
<html>
<body>
<%
response.write(FormatCurrency(1000000,,,,0) & "<br>")
response.write(FormatCurrency(1000000,,,,-1))
%>
</body>
</html>