<!--

  // IE 6 doesn't support CSS fixed, hence the IE 6 exclusion tags.
  function showNSLightbox(mysrc, mytxt, wdth) {
    document.getElementById('nslightbox').style.display = 'block';
    document.getElementById('nslightboximg').src = mysrc;
    document.getElementById('nslightboxtxt').innerHTML = mytxt;
    return false;
  }
  function hideNSLightbox(id) {
    document.getElementById(id).style.display = 'none';
    return false;
  }

// -->
