var fDesc=new Array(); fDesc[0] = "CLARA-W, a Windows version of the three-dimensional slope stability program. Although similar in concept to its DOS predecessor, which has been in use for more than a decade, this is a totally new program with a number of powerful capabilities for both 3D and 2D analysis. The program is very easy to operate and to learn, despite it's advanced features. Even if it were used only as a 2D program, CLARA-W will stand out among competitors in terms of versatility and ease of use."; 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 = ''; } }