// JavaScript Document
function scrollit() {
	//alert("holas");
//for (I=1; I<=750; I++){
this.scroll(1,900)
  // }
}
function scrollup() {
	//alert("holas");
//for (I=1; I<=750; I++){
this.scroll(1,0)
  // }
}