// link to internal resources
function ImagePopup(page) {
  window.open(page,'_blank');
  return false;
}
