var fDesc=new Array(); fDesc[0] = "Leapfrog Geothermal makes 3D modeling a whole new experience with such features as rapid development of both conceptual and quantitative geological and numerical models, advanced geological modeling tools including faulting, high quality visual interpretation and inspection ability to develop and compare models easily and effectively. Models can be readily updated and the changes are always saved. Output your results in a range of formats including interactive 3D viewer files, movies, cross sections and a wide variety of data formats. The program gives you the tools to make more informed decisions, faster, more easily."; 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 = ''; } }