var fDesc=new Array(); fDesc[0] = "FMEA (all standards) & DRBFM editors:
Structure Tree, Function Nets, Function Nets with Operating Conditions, FMEA Form Sheet, Statistics, Action Tracking, Fault Tree Analysis, IQ-Explorer, Team Communication, Terminology and Translation, Cause and Effect Diagram, Object Inspector, Computer-based Training, User-defined Views, EXCEL import of FMEA form sheets, Versioning of form sheets, Session Protocol, Mechatronics FMEA, Extendable Symbol Palettes, Presentation Print, Web Publisher"; 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 = ''; } }