lastScrollY = 0; function heartBeat(){ var diffY; if (document.documentElement && document.documentElement.scrollTop) diffY = document.documentElement.scrollTop; else if (document.body) diffY = document.body.scrollTop else{ /*Netscape stuff*/} //alert(diffY); percent=.1*(diffY-lastScrollY); if(percent>0)percent=Math.ceil(percent); else percent=Math.floor(percent); //document.getElementById("leftBar").style.top = parseInt(document.getElementById("leftBar").style.top)+percent+"px"; document.getElementById("rightBar").style.top = parseInt(document.getElementById("rightBar").style.top)+percent+"px"; lastScrollY=lastScrollY+percent; //alert(lastScrollY); } window.setInterval("heartBeat()",1); //--> function closeBarRight1(){ rightBar_a.style.visibility='hidden'; } function closeBarRight2(){ rightBar_b.style.visibility='hidden'; } function closeBarLeft1(){ leftBar_a.style.visibility='hidden'; } function closeBarLeft2(){ leftBar_b.style.visibility='hidden'; } document.writeln(""); //以下为主要内容 document.writeln("