var fDesc=new Array(); fDesc[0] = "StrataExplorer is an application suite for subsurface mapping and data management. The program is comprised of a base application and several extension modules. The base application of StrataExplorer is used as a platform that all of the other modules build upon. Using the optional extension modules, the program can be used to generate project maps, boring and well logs, cross-sections, fence diagrams, contour maps, and 3D displays."; 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 = ''; } }