<script type="text/vbscript">
document.write "Screen resolution: " & window.screen.width & "X" & window.screen.height & "X" & window.screen.colorDepth & "bits"
document.write "<br>Available resolution:  " & window.screen.availWidth & "X" & window.screen.availHeight
</script>