var t;

function scr_top() {
  document.getElementById('scroller2').scrollTop += 20; 
}

function scr_bottom() {
  document.getElementById('scroller2').scrollTop -= 20; 
}


