var fDesc=new Array(); fDesc[0] = "TerrSet is an integrated geospatial software system for monitoring and modeling the earth system for sustainable development. The TerrSet System incorporates the IDRISI GIS Analysis and IDRISI Image Processing tools along with a constellation of vertical applications. TerrSet offers the most extensive set of geospatial tools in the industry in a single, affordable package. There is no need to buy costly add-ons to extend your research capabilities."; 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 = ''; } }