var fDesc=new Array(); fDesc[0] = "EASYSTEEL is a useful supplement to LICAD. With EASYSTEEL the supports can if required be supplemented by secondary steelwork. The LICAD data are transported directly into EASYSTEEL. For this reason EASYSTEEL runs only in combination with LICAD and forms the unit LICADplus. Export function for the parts list (EXCEL file). Export of 2D drawing as DXF file. Optional combination of LICAD & EASYSTEEL drawings in AutoCAD"; 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 = ''; } }