function ScrollPage() {
	window.scrollBy(0,window.parent.Scroll);
	Velocidad = setTimeout('ScrollPage()',20);
}
ScrollPage();

