function closeqq() { document.getelementbyid("qq_show_big").style.display="none"; } function showqq() { document.getelementbyid("qq_show_big").style.display="block"; } var tips; var thetop = 100/*???,??*/; var old = thetop; function initfloattips() { tips = document.getelementbyid('divstaytopleft'); movetips(); }; function movetips() { var tt=50; if (window.innerheight) { pos = window.pageyoffset } else if (document.documentelement && document.documentelement.scrolltop) { pos = document.documentelement.scrolltop } else if (document.body) { pos = document.body.scrolltop; } pos=pos-tips.offsettop+thetop; pos=tips.offsettop+pos/10; if (pos < thetop) pos = thetop; if (pos != old) { tips.style.top = pos+"px"; tt=10; //alert(tips.style.top); } old = pos; settimeout(movetips,tt); } //!]]> initfloattips();