var fDesc=new Array(); fDesc[0] = "Studio 5D Planner is a mine design and scheduling product. This powerful system quickly generates mining activities from three-dimensional design elements and sequences them. It features comprehensive 3D design and visualization environment with integrated plotting; automatic evaluation of designs against geological models for tonnes and grade reporting; integrated 3D Visualizer with Dynamic Connectivity to EPS Gantt chart scheduler; built-in strategic planning and optimization tools, and more."; 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 = ''; } }