var fDesc=new Array(); fDesc[0] = "CRISP2D for Windows comprises Pre- and Post-Processing Graphical User Interfaces (GUIs), the finite element analysis program and a dedicated spreadsheet utility for printing data. The Pre-Processor offers an intuitive, interactive environment in which analyses can be quickly and easily created and viewed. The Post-Processor operates in a similar environment, incorporating interactive data retrieval and results visualization tools. CRISP has been extensively used worldwide by both the research and the industrial communities for many geotechnical problems, including retaining structures, embankments, tunnels and foundations. It has also been used in the analysis of footings, pile foundations, geotextile reinforcement, soil nailing, effect of anisotropy, slope stability, borehole stability and construction sequence studies."; 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 = ''; } }