<!--
      if(isID  || isAll == true) { 
          document.write('<tr><td></td>');
          document.write('<td><span id="uniformsource2">Surface brightness for the long wavelength filter</span></td>');
          document.write('<td><span id="uniformsource2_input"><input type="text" name="usbSourceNorm2" id="usbSourceNorm2" size="15" value="2.473E-2"></span></td>');
          document.write('<td><span id="uniformsource2_units">Jy / sq arcsec</span></td>');
          document.write('</tr>');
      }
      if(isLayers ) {
          document.write('<tr><td></td><td><img name="pos3_legend" id="pos3_legend" src="images/spacer.gif" alt="" width=1 height=25></td>');
          document.write('<td><img name="pos3" id="pos3" src="images/spacer.gif" alt="" width=1 height=35></td>');
          //document.write('<td><img name="pos3_units" id="pos3_units" src="images/spacer.gif" alt="" width=1 height=25></td></tr>');
          document.write('<td><span name="pos3_units" id="pos3_units"></span>');
          document.write('<img name="pos3a_units" id="pos3a_units" src="images/spacer.gif" alt="" width=1 height=15></td></tr>');
      document.write('<input type="hidden" name="usbSourceNorm2" size="15" value="2.473E-2">');
      }
//-->
