var fDesc=new Array(); fDesc[0] = "CadetRC® (Computer aided detailing of Reinforced Concrete made easy) consists of a series of lisp routines designed to speed up the process of reinforcement detailing, by keeping it simple and free from tedious manual calculations.
Features:
Compatible with AutoCAD 2000-2009
Supports bars to BS4466:1989, BS8666:2005 & SANS282:2004
Supports non standard bar diameters (use 14, 18, 22 or other bar size)
Performs code checks for minimum length, radius etc.
Permits stretching of bars (stretch a bar to change it's length)
Includes various concrete design routines to BS8110
Bending schedule only one click away at any time"; 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 = ''; } }