var fDesc=new Array(); fDesc[0] = "UniSettle is a software application specifically developed to assist engineers in performing stress and settlement calculations involving complex load combinations and site conditions. You can calculate stress distribution according to Boussinesq, Westergaard, or 2:1 methods; determine settlement using conventional Cc-e0 approach, E-modulus, or Janbu tangent modulus method; calculate immediate, consolidation and secondary settlement, and more. All results are presented in tabular and graphical form. These can be exported to Excel format or Tab-delimited text format for further manipulation and reporting."; 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 = ''; } }