var fDesc=new Array(); fDesc[0] = "GeoMedia 3D is the latest addition to the Intergraph GeoMedia product suite, a set of well-integrated applications that give you a wide range of geospatial processing capabilities for defense, intelligence, government, transportation, utilities, communications, public safety, and security applications.
You can visualize, navigate, analyze, and interact with 3D data natively in GeoMedia."; 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 = ''; } }