var fDesc=new Array(); fDesc[0] = "GTS NX is a simulation program developed for the evaluation of soil-structure interaction based on the finite element method. The program helps engineers to perform step-by-step analysis of excavation, banking, structure placement, loading and other factors that directly affect design and construction. It supports various conditions (soil characteristics, water level etc.) and analytical methodologies to simulate real phenomena. Settings for all types of field conditions can be simulated using non-linear analysis methods (such as linear/non-linear static analysis, linear/non-linear dynamic analysis, seepage and consolidation analysis, slope safety analysis) and various coupled analysis (such as seepage-stress, stress-slope, seepage-slope and nonlinear dynamic-slope coupled analysis)."; 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 = ''; } }