element
offsetHeight Height including padding and border
offsetWidth Width including padding and border
clientHeight Height with padding
clientWidth Width with padding
scrollWidth entire width of an element with padding
scrollHeight entire height of an element with padding
window
innerWidth width NOT including toolbars/scrollbars
innerHeight height NOT including toolbars/scrollbars
outerWidth width including toolbars/scrollbars
outerHeight height including toolbars/scrollbars
screen
width Width of whole screen including taskbar
height Height of whole screen including taskbar
availWidth available Width of whole screen
availHeight available Height of whole screen