<!--
      if(isLayers) {
          document.write('<tr><td></td><td><img name="pos2_legend" id="pos2_legend" src="images/spacer.gif" alt="" width=1 height=25></td>');
          document.write('<td><img name="pos2" id="pos2" src="images/spacer.gif" alt="" width=1 height=35></td>');
          document.write('<td><span id="pos2_units" name="pos2_units"></span>');
          document.write('<img name="pos2a_units" id="pos2a_units" src="images/spacer.gif" alt="" width=1 height=15></td></tr>');
          document.write('<input type="hidden" name="psSourceNorm2" size="15" value="1.44E-1" >');
      } else {      //isAll and isID
          document.write('<tr><td></td>');
          document.write('<td><span id="pointsource2">Spatially integrated brightness for the long wavelength filter</span></td>');
          document.write('<td><span id="pointsource2_input"><input type="text" name="psSourceNorm2" id="psSourceNorm2" size="15" value="1.44E-1" ></span></td>');
          document.write('<td><span id="pointsource2_units">Jy</span></td>');
          document.write('</tr>');
      }
//-->
