var fDesc=new Array(); fDesc[0] = "Leapfrog Geo is a workflow solution for geological modelling. It harnesses the full power of the Leapfrog engine, to create the time and opportunity to reduce risk associated with geological modelling. Leapfrog Geo delivers flexible geological modelling that fast-tracks understanding, enhances productivity and reduces risk."; 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 = ''; } }