var fDesc=new Array(); fDesc[0] = "PLTS for ArcGIS -Foundation is a collection of turnkey software applications for highvolume
database production, maintenance, quality control, cartographic product generation, and workflow management. These applications, developed by the ISO 9001:2000-certified ESRI Services Production Group, facilitate every step in a geographic information system (GIS) production process. PLTS for ArcGIS—Foundation provides tools needed to streamline data and map production with the ability to implement organizational and industry-specific business rules in data modeling, attribution, validation, and product generation. This commercial off-the-shelf extension to ArcGIS enables organizations to efficiently produce geospatial data while adhering toindustry-specific production requirements. Leveraging a database-centric approach, PLTS for ArcGIS—Foundation provides a highly integrated system that facilitates efficient production of reliable, cost-effective digital data and cartographic products, thereby enabling quick delivery of business benefits."; 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 = ''; } }