var fDesc=new Array(); fDesc[0] = "ERDAS IMAGINE 2016 is a geospatial data authoring system, which supplies tools for all your Remote Sensing, Photogrammetry, and GIS needs. It performs advanced remote sensing analysis and spatial modeling to create new information. With ERDAS IMAGINE, you can visualize your results in 2D, 3D, movies, and on cartographic-quality map compositions. It features efficient analysis of the publicly downloadable Copernicus program through a direct-read capability for Sentinel-2 13-band data."; 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 = ''; } }