var fDesc=new Array(); fDesc[0] = "RelCalc for Windows automates the reliability prediction procedure of Telcordia SR-332, or MIL-HDBK-217, providing an alternative to tedious, time consuming, and error prone manual methods. RelCalc makes reliability predictions a snap for all your requirements, from single circuit board designs to very large multi-circuit board systems. RelCalc's powerful, fully integrated system features allow you to easily define a modular, hierarchical system model, including redundancy, if desired, and get system level reliability measures"; 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 = ''; } }