function goToByScroll(id){
	$('html,body').animate({scrollTop: $("#"+id).offset().top-100},'slow');
}
