$(window).load(function() {
$("html, body").animate({ scrollTop: $(document).height() }, 1000);
});
$( 'body' ).animate( {
scrollTop: $( '#element' + currentElementId ).offset().top
+ $( '#element' + currentElementId ).height()
- $( window ).height()
}, 1000 );