var fDesc=new Array(); fDesc[0] = "Load bearing profiles are designed in the Poimu software as one-metre-wide continuous beams. A Poimu profile must have the same type throughout the construction, but the thickness can vary. Basic loads such as uniform snow load and wind load can be easily given with a few parameters. Also, more complicated load types, such as snowdrift loads, can be given. The software also calculates fasteners both for the support structure and side overlaps. Fasteners and forces caused by roof stressed skin design can also be calculated. Calculation results can be previewed and printed to the system printer. The user can select the data to be printed. The basic printout is in table text form. Additionally, the user can print various load quantity graphs."; 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 = ''; } }