var fDesc=new Array(); fDesc[0] = "The Geochemist's Workbench is a geochemical modeling application. With its crisp user interface, fully integrated graphics, highly optimized algorithms, and advanced software architecture, the GWB makes quick work of geochemistry tasks (both small and large). You can create spreadsheets and specialty diagrams, trace reaction models, and simulate 1-D and 2-D reactive, bioreactive and colloidal transport."; 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 = ''; } }