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