var fDesc=new Array(); fDesc[0] = "ReliaSoft’s BlockSim software tool provides a comprehensive platform for system reliability, availability, maintainability and related analyses. The software offers a sophisticated graphical interface that allows you to model the simplest or most complex systems and processes using reliability block diagrams (RBDs) or fault tree analysis (FTA) — or a combination of both approaches!"; 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 = ''; } }