var fDesc=new Array(); fDesc[0] = "Curved Beam is a Tekla Structures component that allows you to create curved beams in the same manner as the two-point curved beam command, but with the end result of a polybeam. The program allows you to select a valid profile, a material and a radius and you can generate a curved 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 = ''; } }