var fDesc=new Array(); fDesc[0] = "Frame analysis program with steel and timber design to EN 1993, EN 1995, BS5950 and BS5268.

If you want an easy-to-use but powerful structural analysis tool then why not try Quikframe, the innovative program for the analysis of 2D frames in any elastic material. Using a simple but versatile set of drawing tools, you can quickly and accurately draw almost any type of frame and get instant results. Optional steel and timber design modules in accordance with Eurocode 3, Eurocode 5, BS5950 and BS5268."; 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 = ''; } }