var fDesc=new Array(); fDesc[0] = "LSGen is a tool that helps you generate perfect working drawings as per your office style. It automatically reads a typical floor plan including the dimensions, scale and positions and draws L/S and C/S of beams in mere seconds. Once the floor plan is read LSGen offers a plethora of options for incorporating steel, beam depths, segment depths, top depressions, section locations"; 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 = ''; } }