var fDesc=new Array(); fDesc[0] = "MechRel automates the use of the "Handbook of Reliability Prediction Procedures for Mechanical Equipment" and guides the user through the application of material properties, design parameters, and the intended operating environment to a conclusion of how the equipment will perform in actual conditions. Those parameters sensitive to wear, fatigue and other forms of degradation as a function of time are identified by running the MechRel program. Failure rates as a function of time are then calculated at the part, assembly and system levels. High failure rate components are identified as to the potential failure cause so that corrective action can be taken in the early development phase and a logistics support strategy initiated."; 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 = ''; } }