JavaScript 1.2
window.scrollBy(dx, dy)
The number of pixels by which to scroll the document to the right.
The number of pixels by which to scroll the document down.
scrollBy( ) scrolls the document displayed in window by the relative amounts specified by dx and dy.