var fDesc=new Array(); fDesc[0] = "Geosoft's Target™ for ArcGIS software, built on Geosoft's industry-leading Oasis montaj™ software, simplifies the visualization and analysis of subsurface drillhole and borehole geology data within your ESRI GIS environment.

Target for ArcGIS processes large volume drillhole data with ease and generates professional-quality maps for presentation, adding powerful spatial data mapping and processing capabilities to your GIS."; 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 = ''; } }