var fDesc=new Array(); fDesc[0] = "Using secure geospatial information, ERDAS solutions improve employee, customer and partner visibility to information, enabling them to respond faster and collaborate better.

It also means better decision-making, increased productivity and new revenue streams.

ERDAS creates geospatial business systems that transform our earth's data into business information, enabling individuals, businesses and public agencies to quickly access, manage, process, and share that information from anywhere."; 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 = ''; } }