document.write(""); var isLogin=false; function do_totals3() { document.all.qhts.style.pixelBottom = (document.body.scrollBottom + 50); document.all.qhts.style.display = "block"; window.setTimeout('do_totals4()',300); } function do_totals4() { lengthy_calculation(); document.all.qhts.style.display = "none"; } function lengthy_calculation() { var x, y for (x = 0; x < 999; x++) { y += (x * y) / (y - x); } }