var fDesc=new Array(); fDesc[0] = "HttpWatch shows you HTTP and HTTPS traffic from within IE allowing you to quickly debug, fix, and optimize your Website. See headers, cookies, status codes, compression, content and more as you browse a Web site. The Basic Edition only displays extended information for a limited number of Web sites."; 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 = ''; } }