var fDesc=new Array(); fDesc[0] = "GEOVIA Whittle is a strategic planning software for mining. Whittle delivers trusted results and is used in scoping, feasibility, life-of-mine scheduling, and in the ongoing re-evaluation of mine plans throughout the production phase. Because pit optimization alone is not enough to unlock the full economic potential of your operation, Whittle provides mine optimization, which enables significant increases in project value over and above pit optimization."; 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 = ''; } }