var fDesc=new Array(); fDesc[0] = "Visual Slope uses convenient drawing procedures similar to AutoCAD to help users establish analytical models, which allows a detailed and accurate modeling of a complicated project. The program also includes a database that allows users to easily store and reuse commonly used material properties. It features slope stability analysis, resisting pile design, MSE wall design, reinforced slope analysis, shoring design, and more."; 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 = ''; } }