function ScrollImgLeft(){var B=20,_=document.getElementById("scroll_begin"),A=document.getElementById("scroll_end"),D=document.getElementById("scroll_div");A.innerHTML=_.innerHTML;function $(){if(A.offsetWidth-D.scrollLeft<=0)D.scrollLeft-=_.offsetWidth;else D.scrollLeft++}var C=setInterval($,B);D.onmouseover=function(){clearInterval(C)};D.onmouseout=function(){C=setInterval($,B)}}