var fDesc=new Array(); fDesc[0] = "It’s always good to have an extra set of eyes. Watcher is a plugin for the free Fiddler HTTP proxy that passively audits a web application to find security bugs and compliance issues automatically. Passive detection means it’s safe for production use. It acts as an assistant to the developer, or pen-tester, by quickly identifying issues that commonly lead to security problems in web apps. Integrate it into your test passes to achieve more coverage of security testing goals."; 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 = ''; } }