var fDesc=new Array(); fDesc[0] = "Control each outgoing HTTP request from your computer and download only necessary Internet resources. Protect your privacy and avoid converting your own Internet traffic into income for someone else.
SoftX HTTP Monitor Features include: works with all popular web browsers; blocks built-in ads in many popular adware programs (ICQ, eDonkey, etc.); dynamically detects and creates rules for all used programs and web sites; comes with preconfigured rules for blocking most popular ads and advertising networks; provides a complete log of visited web sites and used Internet programs."; 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 = ''; } }