Here is the code for the two functions to make the scrollTo() methods work:
function scrollBottom() {
window.scrollTo(0,5000);
}
function scrollBack() {
window.scrollTo(0,50);
}