var fDesc=new Array(); fDesc[0] = "GEO5 is a powerful software suite for solving geotechnical problems based on traditional analytical methods and Finite Element Method (FEM). Individual programs verify a specific structure, which keeps them intuitive and easy to use. GEO5 is designed to solve most geotechnical tasks, from the basic ones (verification of foundations, walls, slope stability), up to highly specialized programs (analysis of tunnels, building damage due to tunneling, rock stability)."; 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 = ''; } }