var fDesc=new Array(); fDesc[0] = "The software Dynamic Probing performs the reading, recording, interpretation, storage and the management of dynamic and borehole soil penetration tests acquired by any type of equipment including new or custom equipment. Dynamic Probing provides functions for the archiving of readings by site and for automatic calculation of the real energy transmitted, including corrections and the correlation coefficient with SPT (standard reference tests for geomechanical calculations and geotechnical correlations)."; 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 = ''; } }