var fDesc=new Array(); fDesc[0] = "B.B.List software helps the user to calculate the used quantities of iron in the building (Foot - Columns - Beam - Slab).
The application relies on a simple way to enter the number of the Bar, forms and dimensions and the outputs of the program is on Excel sheets files and AutoCAD DXF show the required quantities of iron divided by diameters."; 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 = ''; } }