var fDesc=new Array(); fDesc[0] = "ENVI is the premier software solution for quickly, easily, and accurately extracting information from geospatial imagery.E3De™ is an interactive geospatial software environment that allows you to create powerful, photorealistic 3D visualizations and easily extract important features and products from LiDAR data. IDL is the preferred computing environment for understanding complex data through interactive visualization and analysis.

Our Professional Services Group provides enterprise consulting and development services for customers with data and image analysis, visualization, and delivery challenges."; 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 = ''; } }