var fDesc=new Array(); fDesc[0] = "PDI-Wave demonstrates what happens when a drop weight impacts a pile and generates a stress wave. It uses a Smith-based model to represent the propagation of the stress wave down the shaft and its reflection back to the top. Users may customize the hammer-cushion-pile system, as well as input the desired ultimate pile resistance and assumed distribution between skin friction and toe resistance."; 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 = ''; } }