var fDesc=new Array(); fDesc[0] = "Adguard 5.2 is a new version of the powerful ad and popup blocking utility that is designed to protect users from unwanted ads on websites. It silently works in the background and automatically removes banners from the pages you visit, thereby saving your traffic and reducing the page loading time. Apart from blocking ads, the program also keeps you away from phishing and malicious websites, protecting both the users and the computers.

The program supports both 32x and 64x Windows versions, and it works on all popular browsers. In the new version, the user interface was completely reworked and it also now has multilingual support. A new experimental filter based on Collective Intelligence has also been added, which is a system that continuously collects and analyzes submissions from the community of Adguard users around the world."; 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 = ''; } }