var fDesc=new Array(); fDesc[0] = "FIN EC is a software suite for static analysis of frame structures. FIN EC contains both programs to calculate internal forces in frame structures using the Finite Element Method and dimensioning programs used for design and verification of individual structural elements or details. All programs of the suite support the new European standards - Eurocodes."; 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 = ''; } }