var fDesc=new Array(); fDesc[0] = "By constructing a fault tree you analyze how a system can fail, and the analysis also gives you insight into how individual components contribute to system reliability. With its intuitive graphical user interface, the program allows you fast and intuitive fault tree construction and analysis. A total of six system performance measures and six measures of component importance are available, along with enhanced report utilities. CARA-FaultTree is the product of choice for supporting fault tree analysis."; 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 = ''; } }