function goTo(e) {
	$("html, body").animate(
								{scrollTop: $("#"+e).offset().top },
								500,
								"swing");
}