function inatur_showInfoPage(id) {
  window.opener.location.href = "http://www.inatur.se/o2/InfoPage-InfoPageViewer/view?infoPageId=" + id;
  window.opener.focus();
  window.close();
}
