var fDesc=new Array(); fDesc[0] = "ETABS MATE is a professional concrete structure detailer.
This software is a professional and very quick tool for design and draw reinforcement details of concrete structure in a developed and easy graphical interface in according to building model analysis results of ETABS software.
Also this software can save prepared structural drawings in AutoCAD file format.
In additional ETABS MATE can preparing several kind of reports such as structural material list according to element type or story sequence and other useful reports."; 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 = ''; } }