var fDesc=new Array(); fDesc[0] = "Supervisor is an invaluable tool for resource estimation professionals because it helps to solve practical geological issues in the shortest possible time. If you use biased data or invalid domains in your resource estimation process, you will get an unreliable result. This will have dramatic implications downstream in the mining value chain. Billions of dollars get invested based on resource estimates, so it is critical that they are as accurate as possible."; 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 = ''; } }