var fDesc=new Array(); fDesc[0] = "HttpWatch is an HTTP sniffer for web debugging, security testing, and performance tuning. It lets you debug the network traffic generated by a web page directly in the browser without having to switch to a separate tool. You can easily find weak SSL configurations and other security related issues on your web server using this tool.

Basic edition has limitations on number of URLs and automation features. However, anyone can use the free Basic Edition to send you full log files to help you remotely diagnose errors and performance issues."; 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 = ''; } }