var fDesc=new Array(); fDesc[0] = "AllPile is a Windows-based analysis program that handles virtually all types of piles. The program combines most pile analyses in a single program. It calculates compression (with settlement), uplift, lateral capacity, and group analysis all together. AllPile is suitable for all engineers, even those without too much pile analysis experience. It helps structural engineers choose soil parameters, and geotechnical engineers choose pile properties."; 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 = ''; } }