var pos=100;function Scroll() {if (!document.getElementById) return;obj=document.getElementById("scrolltextlayer");pos -=1;if (pos < 0-obj.offsetHeight+130) {pos = 100;};obj.style.top=pos;window.setTimeout("Scroll();",30);}
