var fDesc=new Array(); fDesc[0] = "STRATIGRAPHER enables the construction of stratigraphic columns for geologic or geotechnical usage and further the documentation of well construction.
The program permits simple modification of the elevation level of lithologic properties and the insertion of the standard trial results obtained during borings (Packet, Vane, sampling and Phreatic water table etc.)"; 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 = ''; } }