var fDesc=new Array(); fDesc[0] = "The LCM Calculator software enable users to evaluate various functions, including evaluating load pin designs, calculating load pin and link load cell weights, calculation of wrap angle effects on load pins, calculation of load pin errors due to off-centre axis loading and a simulator showing the X/Y axis effects on a typical load pin design."; 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 = ''; } }