var fDesc=new Array(); fDesc[0] = "ET GeoWizards is a set of powerful functions that will help the ArcGIS users to manipulate data with ease. It enables the ArcGIS users with ArcGIS Basic (ArcView) licenses to perform some data processing tasks standardly possible only in ArcGIS Standard (ArcEditor) and ArcGIS Advanced (ArcInfo).
The main target of the software are the ArcGIS Basic (ArcView) license holders, but it will be an asset for everyone using ArcGIS Standard (ArcEditor) and even ArcGIS Advanced (ArcInfo).

The functionality of ET GeoWizards is available in three different ways

Via the user friendly wizard type interface
Via user scripts written in the ArcGIS VBA environment or any language that supports COM.
Via a set of tools for ArcToolbox (ArcGIS 9.0 or above) which can be used in the Model Builder, at Command Line or in Python. Java or VB scripts
With more than 110 functions available via the interface, 100 geoprocessing tools and and more than 100 functions for use in COM applications, ET GeoWizards gives the ArcGIS users a lot of power in analyzing and modifying their spatial data."; 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 = ''; } }