var fDesc=new Array(); fDesc[0] = "Discover PA enables users to see and compare all the line data, profiles, grids, modelling, images, drillholes, maps and 3D visualizations in a single interactive interpretation environment. Discover PA 3D earth model software provides a tool that is suited to interactive interpretation and consistent presentation of outputs from all software applications. The dynamics, interaction and ease of use make this an essential tool to ensure the delivery of best outcomes."; 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 = ''; } }