var fDesc=new Array(); fDesc[0] = "RiskSpectrum PSA offers an intuitive user interface for modelling everything from the basic fault tree with AND and OR-gates to advanced fault tree and event tree integration of sequences in linked event trees with boundary conditions and CCF events.
The integrated analysis tool (RSAT) is specially designed for solving large PSA model and offers MCS (Minimal Cut Set), BDD, Sensitivity, Importance and Time dependent Analysis. RiskSpectrum PSA also includes the RiskSpectrum MCS editor and an advanced Post Processing function."; 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 = ''; } }