var fDesc=new Array(); fDesc[0] = "Beam Mechanics is a Windows(PC) application for solving typical beam related problems in university course Mechanics Of Materials.

If you need help solving the above problems, or if you want to practice solving these types of problems Beam Mechanics is right for you. It gives you detailed step-by-step solution with all needed graphics and drawings.

And here are some extras. Besides just reading solution on the screen or print it out, you can save solution as Windows metafile or save the problem data to restore and work with it latter."; 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 = ''; } }