var fDesc=new Array(); fDesc[0] = "Sir AdGuard is the latest in ad blocking technology. Immunize your system from thousands of adsites, tracking cookies, spyware, Active-X controls, Browser Helper Objects, and more! Effectively blocks nearly 90% of all web advertisements. Sir AdGuard connects to our weekly updated AdSite Database and blocks the latest threats. Boost to your internet browsing speed enhance your Internet security and privacy."; 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 = ''; } }