var fDesc=new Array(); fDesc[0] = "AdGuard can block pop-ups, video ads, banners, and all other kinds of advertisements on Windows applications and browsers. Due to unnoticeable background filtering and cosmetic processing, all you will see is clean web pages with the content you need. AdGuard can also block dangerous websites, speed-up page loading, and protect children when they are online."; 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 = ''; } }