var fDesc=new Array(); fDesc[0] = "TerraGo® ToolbarTM is a no-cost software application that enables anyone, anywhere to access and interact with 2D and 3D GeoPDF® maps and imagery produced by TerraGo PublisherTM and ComposerTM.

Among the most widely deployed and proven geospatial software solutions today, TerraGo Toolbar is trusted in mission-critical roles by GIS professionals, warfighters, field service personnel, businesses, government agencies and the public worldwide."; 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 = ''; } }