function goToAnchor (anchor) {
  window.location.href=anchor;
}