var fDesc=new Array(); fDesc[0] = "ReliaSoft’s RCM software tool facilitates the Reliability Centered Maintenance (RCM) analysis approach for creating scheduled maintenance plans, which is an important aspect of an effective asset management program. The software provides support for the major industry RCM standards (such as ATA MSG-3, SAE JA1011 and SAE JA1012) and also offers extensive configuration options to fit your organization's particular RCM analysis approach. Full-featured FMEA / FMECA functionality is also included."; 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 = ''; } }