var fDesc=new Array(); fDesc[0] = "This program designs and analyses flooring solutions utilising both SlimFlor Fabricated Beams (SFB) and Asymmetric SlimFlor Beams (ASB). With SIDS, PC units may be automatically selected based on span and buildability criteria. In addition SIDS includes all features of Asymmetric SlimFlor Beam, SlimFlor® and RHS Slimflor design programs."; 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 = ''; } }