var fDesc=new Array(); fDesc[0] = "HttpWatch is an integrated HTTP sniffer for IE and Firefox that provides new insights into how your website loads and performs. Change the way that you develop, debug and tune websites today!

Main features:

- Seamless HTTP and HTTPS monitoring without changing network settings or adding proxies
- See low-level HTTP information such as headers, cookies, etc and millisecond accurate timings.
- Real-time page and request level time charts show performance bottlenecks
- Your users and customers can send you log files for free
- Automatically detects and highlights potential configuration, performance and security problems
- Use it in automated tests written in C#, Ruby, Javascript."; 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 = ''; } }