var fDesc=new Array(); fDesc[0] = "Canvas X 2017 GIS (geographic information system) is a geospatial mapping and analysis tool. It comes with a set of vector object illustration and advanced raster image editing tools. You can import a wide range of GIS formats to this program, including ESRI file geodatabases. Tools for enhancing images, analyzing map data, and visualizing in various 2D/3D modes, etc. are present."; 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 = ''; } }