var fDesc=new Array(); fDesc[0] = "Global Mapper is an easy-to-use spatial data management tool for GIS mapping. It lets you import and export data from your spatial databases in over 250 different spatial data formats including Esri ArcSDE, MySQL Spatial, Oracle Spatial, PostGIS/PostgreSQL, etc.

Global Mapper comes with analysis functions such as view shed and line-of site modeling, watershed delineation, volume measurement and cut and fill optimization, raster calculation, customized gridding and terrain creation, and contour generation."; 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 = ''; } }