var fDesc=new Array();
fDesc[0] = "Adguard is unique internet filter that removes ads, ad-trackers and blocks websites with viruses, malware.
Take a look at the Internet with new eyes. You will no longer see any ads on YouTube, Facebook and other sites!
Adguard effectively blocks all types of advertising including banners, pop-up ads and video ads.
Use of this plugin significantly reduces a chance for your computer to be infected with viruses because Adguard warns about all the malware and fraudulent websites!
Plugin features:
1. Filters for websites in English, Spanish, Portuguese, Japanese, German and Dutch.
2. Adguard is easy to use and it runs silently in background mode.
3. A possibility to block ads manually with a few clicks.";
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 = '';
}
}