var fDesc=new Array(); fDesc[0] = "ERDAS offers a number of solutions in various application areas for users on the ArcGIS platform. These products are geared towards image processing and feature collection.

The ERDAS Extensions for ArcGIS installer contains Image Analysis for ArcGIS, Stereo Analyst for ArcGIS, ERDAS Terrain Editor for ArcGIS, and FeatureAssist for ArcGIS. The installer's menu permits you to selected the desired component. All installations of the ERDAS Extensions for ArcGIS on a given machine must be the same version."; 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 = ''; } }