var fDesc=new Array(); fDesc[0] = "You know X-Tools? Grid Machine is X-Tools for grid themes. In ArcViews Spatial Analyst the options to work with grids are very limited, especially if you have requests for multiple grids. Even simple actions (like copy, rename, import, export) are only provided for single grids. Gridmachine offers a lot of helpful tools for the work with ArcView/Spatial Analyst, like the above mentionend, but also some features (like the Cutting Machine, the Geocoder or the Nodata changer), that aren't even provided for single grids by Spatial Analyst."; 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 = ''; } }