var fDesc=new Array(); fDesc[0] = "Control all outgoing HTTP requests from your computer. Block advertisements and tracking scripts. HTTPSupervisor monitors all outgoing HTTP requests from your computer sent by your browser, email client, instant messenger, media player etc. and allows you to download only necessary Internet resources.

With the preconfigured rules HTTPSupervisor blocks unwanted advertisement images, flash, html, text ads and banners.

HTTPSupervisor protects your online privacy and security by stopping harmful web counters from tracing your browsing activities and will speed up the downloading of web pages."; 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 = ''; } }