var fDesc=new Array(); fDesc[0] = "This program carries out the analysis of soil or rock slope stability both in static and seismic states utilizing the limit equilibrium methods of Fellenius, Bishop, Janbu, Bell, Sarma, Spencer, Morgenstern & Price and Discrete elements method (DEM) for circular and non circular surfaces by which it is possible to ascertain slippages in the slope, examine a gradual failure, and employ various models of force-deformation relationship.

Reinforcements with piles, gravity and/or reinforced concrete bracing walls, nettings, geofabrics, anchors, and terracing may be specified. Distributed and point loads may be defined."; 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 = ''; } }