<html> <head> <title>Screen</title> </head> <body> <script type = "text/javascript" > document.write("Available Height: " + screen.availHeight); </script> </body> </html>