Ver originalfunction scrollDivLeft(id){ document.getElementById(id).scrollLeft-=step timerLeft=setTimeout("scrollDivLeft('"+id+"')",10) }