var fDesc=new Array(); fDesc[0] = "ERDAS APOLLO Essentials - Image Web Server is a high-speed, specialized application that efficiently distributes massive amounts of geospatial imagery to thousands of users, all from a single server. Solving the infrastructure congestion problems traditionally associated with deploying large amounts of image data, users quickly access the information they need via multiple interfaces and protocols to fit any use case. With ERDAS APOLLO Essentials - Image Web Server, individuals may access imagery using CAD, GIS, mobile, web and desktop applications."; 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 = ''; } }