var fDesc=new Array(); fDesc[0] = "ECW for MapInfo is a raster handler plugin for MapInfo Professional and MapX, developed by MapImagery, which enables these products to read ECW, compressed images.
ECW for MapInfo is distributed in 2 different ways. As part of MapImagery, a MapInfo Professional image analysis plugin, from MapImagery Limited. And as a stand-alone product, which is included on the MapInfo Professional and MapX CDROMs, under utilities."; 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 = ''; } }