var fDesc=new Array(); fDesc[0] = "GROUP has been well accepted as an useful design tool for analyzing the behavior of piles in a group subjected to both axial and lateral loadings. The program was developed to compute the distribution of loads (vertical, lateral, and overturning moment in up to three orthogonal axes) applied from any multiple locations in the pile cap to piles arranged in a group."; 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 = ''; } }