var fDesc=new Array(); fDesc[0] = "SHAFT is a computer program used to evaluate the axial capacity and the short-term, load-settlement curves of drilled shafts or bored piles in various types of soils.
SHAFT can analyze the axial capacity and settlement behavior of drilled-shafts in eight types of soil and rock models. SHAFT can accommodate any combination of soil and rock layers in a layered profile."; 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 = ''; } }