<!DOCTYPE html>
<html>
<body>
<%
response.write(FormatCurrency(20000,2) & "<br>")
response.write(FormatCurrency(20000,5))
%>
</body>
</html>