var fDesc=new Array(); fDesc[0] = "Super Ad Blocker™ is the first ad-blocker to block all new forms of advertisements including slide-in, fly-over, pop-up, pop-under, spyware ads, messenger ads and more! Blocks the major Spyware/Adware applications responsible for serving pop-up ads!
Super Ad Blocker™ blocks AND removes over 100,000 Spyware, Adware, Malware, Trojan, Hi-Jacker, Rootkit, Worm, Parasite and Dialer application components. The blocking works in real-time, so you are always protected against new threats from installing and running. Scan and Remove harmful items that may already be installed!"; 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 = ''; } }