var fDesc=new Array(); fDesc[0] = "InTouch provides a new intuitive way to look at your geological and mining information. It uses Virtual Reality modeling with connections to external data sources to provide a realistic and simple visual method of examining and navigating through all your data. Uses include:
Geological data immersion - unlock the full value of your geological data with full stereovision immersion right there on your desktop. Display fault planes, geophysical grids, geological interpretations, structural surface models, grade surface models, drillholes and terrain surfaces, then color and texture the objects to reveal their hidden secrets."; 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 = ''; } }