var fDesc=new Array(); fDesc[0] = "NITF for ArcGIS is an extension for ArcGIS that simplifies working with National Imagery Transmission Format (NITF) data in ArcGIS. NITF for ArcGIS lets you directly view and write NITF data within ArcGIS. The extension also allows you to display and export data in the NATO Secondary Imagery Format (NSIF 1.0) and with the ISO/IEC Basic Imagery Interchange Format (BIIF)."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }