var fDesc=new Array(); fDesc[0] = "CMF Deck Design Software analyses CMF Ltd composite floor slabs in buildings subject to wide range of loading configurations. The deck may be single spanning or continuous over several bays. Design is in accordance with BS5950. The design checks performed by the software covers the construction and normal (composite) design stages, and fire design."; 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 = ''; } }