var fDesc=new Array(); fDesc[0] = "Advance Concrete is specifically designed for engineers and structural draftsmen looking for a complete and easy to use software completely integrated into AutoCAD®. Advance Concrete automates the creation of formwork plans, reinforcement drawings, bill of materials and NC files.

Perfectly integrated into AutoCAD®, Advance Concrete significantly accelerates the initial design phase of buildings by offering detailers and engineers a library of drag and drop structural elements (slabs, beams, columns, walls, foundations), openings (doors, windows, depressions, openings, niches), bars (straight bars, point bars, frames, pin bars, stirrups), materials and standard sections."; 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 = ''; } }