function showImg(url) {
  Shadowbox.open({
    content:    url,
    player:     "img"
  });
}
