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

