var fDesc=new Array(); fDesc[0] = "FrameMaster is a FEM-program(Finite Element Method) that helps you dimension almost any kind of construction: roof-trusses, floors, walls, bridges, furniture, shafts and much much more. FrameMaster is both one of the cheapest and most powerful program in its category. FrameMaster is used of both amateurs and professionals. Avoid over dimensioning, instead model your construction in FrameMaster, push a button, and the program will tell you if the construction is strong enough or not, it cant bee much simpler than that! Impress on your colleagues and customers with professional printouts from FrameMaster, show them that you know what you are doing, that your constructions are well designed and that you don't dimension at random."; 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 = ''; } }