<!-- Begin
function scrollit() {
for (I=1; I<=750; I++){
parent.scroll(1,I)
   }
}
// End -->