function scrollDivRight(id){ document.getElementById(id).scrollRight-=step timerRight=setTimeout("scrollDivRight('"+id+"')",10) }