scrollBy(x,y):
   Causes the window to scroll relative to the current scrolled position by the specified x- and y-pixel offset.scrollTo(x,y):
   Scrolls the window to the specified x- and y-offset. setTimeOut(expression,milliseconds):
   Evaluates an expression after a specified number of milliseconds has elapsed.