// JavaScript Document

 function scrollslow(obj)
      {
        obj.scrollAmount = 0
        obj.direction = "up"
      }

      function scrollfast(obj)
      {
        obj.scrollAmount = 2
      }