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