<!--
y = 0;
function scrollTest(){
        if (y<1000) scroll(0,y++);
        timer=setTimeout('scrollTest()',40);
        status = y;
}

// -->
