
  function imgChange(selfimage, t)
  {
    if (image = document.getElementById('img-large'))
    {
      var thumbSrc = new String(selfimage.src);
      image.src    = thumbSrc.replace(/-nahled/, '-image');
    }
  }

