y=0;
function scrollpage()
{
	if (y<560) scroll(0,1.1*y++);
		setTimeout('scrollpage()',10);
	}
