var fDesc=new Array(); fDesc[0] = "Screwtool helps you design the bolted joints you need for your project. Screwtool as an expert system offers knowledge that does much more than just follow a certain standard. The bolt calculation is based on VDI 2230, Part 1.
Bolted joints are the most common joints in automotive and mechanical engineering. At the same time, they demand complex calculations. Screwtool is a helping hand for development engineers."; 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 = ''; } }