var fDesc=new Array(); fDesc[0] = "AutoRebar provides AutoCAD with an extra toolbar with specific objects for reinforced concrete detailing and automatic Bar Bending Schedules. AutoRebar objects are linked together and react in real-time to any action performed by the user, such as stretching a Rebar, modifying its diameter or dragging the dimension that specifies the extension field of a group of rebars in the concrete structure. Bar Bending Schedules can be both inserted in the drawing and exported to Excel with one simple click."; 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 = ''; } }