var fDesc=new Array(); fDesc[0] = "Concise Beam is a simple program for designing precast concrete beams. You can use this application to perform a load analysis and design checks in accordance with the latest edition of ACI 318, CSA A23.3 & S6, AS3600, or NZ3101.1. Key code parameters can be customized to simulate other design codes too. It can model any cross-sectional shape and will allow the cross-section to vary prismatically (step-wise) over the length of the beam."; 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 = ''; } }