  function   movX(a){   
  scrollx=new_date.document.body.scrollLeft   
  scrolly=new_date.document.body.scrollTop   
  scrollx=scrollx+a   
  new_date.window.scroll(scrollx,scrolly)   
  }   
  function   movstarX(a,time){   
  movY=setInterval("movX("+a+")",10)   
  }   
  function   movstar(a,time){   
  movx=setInterval("mov("+a+")",10)   
  }   
  function   movover(){   
  clearInterval(movx)   
  }   
  function   movoverY(o){   
  clearInterval(o)   
  }   
  function   mov(a){   
  scrollx=new_date.document.body.scrollLeft   
  scrolly=new_date.document.body.scrollTop   
  scrolly=scrolly+a   
  new_date.window.scroll(scrollx,scrolly)   
  }   
  function   o_down(theobject){   
  }   
  function   o_up(theobject){   
  }   
