var fDesc=new Array(); fDesc[0] = "Tekla Structures Extension Floor Layout is intended for the creation and modification of floors build of precast filigree or hollow core slabs. The floor may contain several layers like precast slabs, insulation and/or cast in place topping. It consists of a plugin component and a special direct manipulation tools to modify the floor in various ways."; 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 = ''; } }