function goTo(page) {
  document.location.href = page;
}