var fDesc=new Array(); fDesc[0] = "GeoStudio is a modeling software for geo-engineers and earth scientists. This app enables you to combine analyses using different products into a single modeling project, using the results from one as the starting point for another. The app runs each analysis solver in parallel, allowing multiple analyses to be solved efficiently on computers with modern, multi-core processors."; 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 = ''; } }