þÿ s c r o l l S t e p = 1   t i m e r L e f t = " "  t i m e r R i g h t = " "   f u n c t i o n   t o L e f t ( i d ) {      d o c u m e n t . g e t E l e m e n t B y I d ( i d ) . s c r o l l L e f t = 0  }   f u n c t i o n   s c r o l l D i v L e f t ( i d ) {      c l e a r T i m e o u t ( t i m e r R i g h t )        d o c u m e n t . g e t E l e m e n t B y I d ( i d ) . s c r o l l L e f t + = s c r o l l S t e p      t i m e r R i g h t = s e t T i m e o u t ( " s c r o l l D i v L e f t ( ' " + i d + " ' ) " , 1 0 )  }   f u n c t i o n   s c r o l l D i v R i g h t ( i d ) {      c l e a r T i m e o u t ( t i m e r L e f t )      d o c u m e n t . g e t E l e m e n t B y I d ( i d ) . s c r o l l L e f t - = s c r o l l S t e p      t i m e r L e f t = s e t T i m e o u t ( " s c r o l l D i v R i g h t ( ' " + i d + " ' ) " , 1 0 )  }   f u n c t i o n   t o R i g h t ( i d ) {      d o c u m e n t . g e t E l e m e n t B y I d ( i d ) . s c r o l l L e f t = d o c u m e n t . g e t E l e m e n t B y I d ( i d ) . s c r o l l W i d t h  }   f u n c t i o n   s t o p M e ( ) {      c l e a r T i m e o u t ( t i m e r R i g h t )        c l e a r T i m e o u t ( t i m e r L e f t )  }  
