var fDesc=new Array(); fDesc[0] = "The program manipulates live network traffic to simulate errors in real time, enabling users to verify the responsiveness and robustness of error recovery processes. Giving a high level of control to users, the Jammer makes it possible to create preset configuration files that comprehensively iterate through all relevant error conditions to ensure complete test coverage, verify error recovery, and guarantee overall reliability of operation. Errors can be precisely defined and timed, making it possible to not only thoroughly test networks but automate most of the testing process."; 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 = ''; } }