	function scrollS(param){
		$('html, body').animate({
		scrollTop: $("#s"+param).offset().top
		}, 500);
	}
	
	function scrollTop(){
		$('html, body').animate({
		scrollTop: $("#scrollToTop").offset().top
		}, 500);
	}

