// JavaScript Document

function goIndex() {
  location.href = 'index.html';
}

function aboutUs() {
  location.href = 'about-us.html';
}