function getIt1() {
  window.document.location.assign("catalog1.htm");
}

function getIt2() {
  window.document.location.assign("catalog2.htm");
}
