var fDesc=new Array(); fDesc[0] = "Encom PA provides advanced interactive visualisation in one-, two-, and three-dimensions with support for most geophysical and geological information types used by companies to cover regional exploration through to mine development.
Encom PA is an interactive geophysical interpretation tool for the analysis of data in point, profile, drillholes, grid, RGB image, remote sensing, GIS vector, 3D models, 3D meshes, document, spreadsheet formats that can be visualised dynamically in 1D, 2D and 3D. Combine geophysics with geology, geochemistry, remotes sensing, GIS and mining engineering to ensure that your exploration targets are the best possible that can be reconciled with all available information."; 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 = ''; } }