var fDesc=new Array(); fDesc[0] = "XTools Pro is a set of more than 90 tools and functions for spatial analysis, shape conversions, and table management in ArcGIS. Data Tools allows the creation of new geodatabases, feature classes, and tables, deletion of datasets, change of data sources, and also the rename of multiple datasets.

Conversion Tools provide processing feature classes, including tools for performing various conversions between feature types, for working with multipart features and graphic objects."; 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 = ''; } }