var fDesc=new Array(); fDesc[0] = "QRISK 2009 is the next generation of probabilistic risk analysis software for E & P professionals.
With an intuitive user interface, extremely fast Monte Carlo simulations, multiple distribution types and the ability to model simple or complex traps. QRISK 2009 allows accurate and robust resource estimates to be calculated with unparalleled ease in a fraction of the time compared to other products.
A fully Microsoft Office compatible application, QRISK 2009 allows data and graphics to be copied and pasted to Microsoft Office applications such as Word, Excel and Powerpoint with a single button click.
Since all prospect data is hosted in a single database (and not in multiple spreadsheets) , QRISK allows you to sanity check your estimates by comparing (for example) mean porosity estimates with other drilling targets in same basin or formation."; 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 = ''; } }