string.fixed( )
<html><head><title>JavaScript String fixed() Method</title></head><body><script type="text/javascript">var str = new String("Hello world");alert(str.fixed());</script></body></html>
<tt>Hello world</tt>