var fDesc=new Array(); fDesc[0] = "ER Mapper Image Compressor - compressing, mosaicking and color balancing aerial and satellite images to JPEG 2000 and ECW formats makes them manage, share and use in your business activities. ER Mapper Image Compressor is a flexible, high-speed geospatial image data compression application.

Main features:
-ER Mapper Algorithm (.alg)
-ER Mapper Raster Dataset (.ers)
-ESRI BIL and GeoSPOT (.hdr)
-Windows BMP (.bmp)
-RESTEC/NASDA CEOS (.dat)
-USGS Digital Ortho Quad (.doq)
-ER Mapper Compressed Wavelet (.ecw)
-JPEG 2000 (.jpf, .jpx, jpc, j2c, j2k,.jp2)
-Landsat 7 FastL7A (.fst)
-National Imagery Transmission Format (.ntf)
-ArcInfo ASCII Grid (.asc)
-ERDAS Imagine (.img)
-GeoTIFF/TIFF (.tif, .tiff)
-Portable Network Graphics (.png)
-USGS ASCII DEM (.dem)
-USGS SDTS DEM (.ddf)
-Military Elevation Data (.dt1, .dt0)
-Aster/Modis/Landsat7/EODIS/Spot Vegetation (.l1g, .l1r, .met,
.hdf)
-JPEG (.jpg)"; 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 = ''; } }