<html>
<body>

<script type="text/javascript">

document.write(Math.abs(7.25) + "<br />")
document.write(Math.abs(-7.25))

</script>

</body>
</html>