var fDesc=new Array(); fDesc[0] = "Grid Translator Pro (GTP) for ArcGIS the functionalities of ArcGIS to more than 90 raster formats including the formats of the major GIS industry products: Idrisi, Surfer, PCI, Erdas, Vertical Mapper, Geosoft, and MapInfo. Using this application, the user can import seamlessly a GIF image, a SRTM dataset, a SPOT image or a Surfer grid within the same process and the same tool."; 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 = ''; } }