var fDesc=new Array(); fDesc[0] = "Shape Viewer is a powerful GIS package and includes among its talents: Mexico States by Area

- Imports ArcView® shape files (*.shp), MapInfo files (*.mif), and DXF arc and polygon files (*.dxf) as well as database, text and Excel files
- Shape Viewer now has integrated charting functions.
- Built in CAD functions.
- Easy to use shape filtering, subsets, and stratification.
- Buffering, Polygon Binning, and other shape functions."; 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 = ''; } }