var fDesc=new Array(); fDesc[0] = "This program will do almost any type of reinforced concrete design that you can think of.

Wincrete allows you to design reinforced concrete structures, generating moments and reactions on reinforced concrete walls, beams, slabs, and columns. The program provides a rebar database which includes information on bar area, weight, diameter, development length, and lap length. It also lets you save your data to a file, as well as print your outputs. In addition, WinCrete can analyze the members in accordance with the 1971 edition of ACI 318. Please note that you can only process US units."; 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 = ''; } }