function goToDef(redirect_location) {
  window.location.href = redirect_location;
}
