var fDesc=new Array(); fDesc[0] = "RCS program (Reinforced Concrete Section) and its particular modules serve civil engineers to design and check reinforced concrete sections. IDEA RCS is a standalone or “linked to 3D” application. It can be used in continuation to completed structural analysis. RCS enables you to create clear tabular report and helps you to overcome increased demands on design and analysis related to the introduction of Eurocodes: EN 1992-1-1 and EN 1992-2 including National Annexes. It is possible to state with no exaggeration that program RCS gave new face and completely new quality to the programs of its category in Europe. It already became a favorite tool in design practice of structural engineer after several months of the distribution."; 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 = ''; } }