moveR();
function moveR() {
demo.style.top=document.body.scrollTop;
setTimeout("moveR();",80)
}