This Javascript method scrolls the contents of a window, to specified co-ordinate from the top left corner of the viewable area. Both parameters are integers and they represent the x and y co-ordinates in pixels. This method is only useful where there are areas of the document not viewable within the current viewable area of the window .
METHOD: Window::scrollTo
The first number is the x position, the second is the y position. (Positions are in pixels.) So, you can also change these numbers to scroll to a specific point on a page, too.