var fDesc=new Array(); fDesc[0] = "Now you can easily remove unwanted ads (both banners and pop-ups) with this awesome software. It’s small, it’s fast and it simplifies your work with Internet Explorer

AdIEFiltr - plug-in for Internet Explorer.

AdIEFiltr has been specifically designed to allow you to manage the web content, while surfing the Net with Internet Explorer.
After installation of AdIEFiltr, you will be able to fully control banner and pop-up ads. Not only will this significantly increase the surfing speed, it will allow you to concentrate on the CONTENT of the websites rather than annoying blinking advertisements."; 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 = ''; } }