clientHeight --------------------------------------------------------------------------------Retrieves the height of the object including padding, but not including margin, border, or scroll bar. 
scrollHeight--------------------------------------------------------------------------------Retrieves the scrolling height of the object. 
scrollTop--------------------------------------------------------------------------------Sets or retrieves the distance between the top of the object and the topmost portion of the content currently visible in the window.