var fDesc=new Array(); fDesc[0] = "EngiLab Beam.2D 2014 Lite is a powerful engineering tool for the structural analysis of plane (2D) frames for Windows, using a 3-DOFs (Degrees of Freedom) per node approach. The Lite Edition can open, save and modify any structural Model. You can perform analysis on 1D Multi-span Beams, 2D Frames and 2D Trusses."; 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 = ''; } }