Definition: The screenY property identifies the distance in pixels that the top of the browser window is from the top of the screen. This is not a reserved word so you can declare your own variable or function called screenY but if you do then you will not be able to use this property.
Examples:
var sY = window.screenY;

