var fDesc=new Array(); fDesc[0] = "ArcGIS for Desktop allows you to analyze your data and author geographic knowledge to examine relationships, test predictions, and ultimately make better decisions. Simplify data design, input, and cleanup with advanced editing capabilities. Automate many aspects of cartography, making intelligent map production a less time-consuming task. Easily create and share information with individuals, groups, or organizations.
Features:
- Calculate density and distance.
- Perform advanced statistical analysis.
- Conduct overlay and proximity analysis.
- Create sophisticated geoprocessing models.
- Represent surfaces and perform advanced surface analysis."; 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 = ''; } }