var fDesc=new Array(); fDesc[0] = "TerraGo Composer gives organizations the power to easily create, edit and dynamically update digital maps, images and GeoPDF MapBook products, simply and cost-efficiently. With GeoPDF MapBook, anyone with access to Adobe Reader can leverage the TerraGo Toolbar to use and update geospatial data in the field. Because most people are already familiar with the look and feel of Adobe Reader, TerraGo solutions are especially powerful for organizations that need to share complex geospatial data with users who have minimal exposure to traditional mapping software."; 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 = ''; } }