		$(document).ready(function(){
			$('#btnScroll').click(function(){
				$.scrollTo(scrollPoint, {speed:scrollSpeed} );
			});
		});