var fDesc=new Array(); fDesc[0] = "CMT PC-GIS is a lightweight GIS software solution for MS Windows.
PC-GIS is perfect for educational use in High Schools and Colleges. It is an easy-to-learn and friendly-to-use introduction to GIS.
Features include:
- Basemaps: Displays digitally enhanced maps for background data.
- Feature Data Import: ASCII, Shapefile, DXF files.
- Coordinate System Conversion: LLA, UTM and State Plane.
- Automatic Labeling: Label based on attributes or predefined values.
- Heads-Up Digitizing (HUD) for point and line features.
- Spreadsheet/Database: Sheet view table displayed below map.
- Zoom Tools: Zoom In/Out, Pan and Zoom Fit icons available.
- GIS Layering: Move layers up or down and turn them on and off."; 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 = ''; } }