			var speedth=1;
			var tabth=document.getElementById("demtho");
			var tabth1=document.getElementById("demth");
			var tabth2=document.getElementById("demtw");
			tabth2.innerHTML=tabth1.innerHTML;
			function Marqueeth(){
			if(tabth2.offsetWidth-tabth.scrollLeft<=0)
			tabth.scrollLeft-=tabth1.offsetWidth
			else{
			tabth.scrollLeft++;
			}
			}
			var MyMarth=setInterval(Marqueeth,speedth);
			tabth.onmouseover=function() {clearInterval(MyMarth)};
			tabth.onmouseout=function() {MyMarth=setInterval(Marqueeth,speedth)};
