Total Width
<html> <head> <title>Screen</title> </head> <body> <script type = "text/javascript" > document.write("Total Width: " + screen.width); </script> </body> </html>