var fDesc=new Array(); fDesc[0] = "RockWorks is the standard in the petroleum, environmental, geotechnical and mining industries for surface and subsurface data visualization, with popular tools such as maps, logs, cross sections, fence diagrams, solid models and volume calculations.

RockWorks offers numerous options for analyzing your surface and subsurface data, and accepts many different data types, such as stratigraphy, lithology, downhole geochemistry / geophysics / geotechnical measurements, color intervals, fractures, and aquifer data."; 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 = ''; } }