var fDesc=new Array(); fDesc[0] = "ConSteel provides a structural analysis software for the design office mainly involved in constructions of steel and composite structures.

It covers all the phases of the design process: modeling; integrated analysis and standard design; detailed examination of cross-sections and structural joints; flexible documentation. The analysis and design approach of ConSteel utilizes entirely the most up-to-date methodologies of the modern structural standards treating the 3D structural model as a whole during the complete process.

The unique interface between ConSteel and Tekla Structures, ConSteel and StruCad enables the user to export the full designed model including the placed joints reducing significantly the detailing costs."; 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 = ''; } }