var fDesc=new Array(); fDesc[0] = "The program removes annoying web ads and most flash banners on any web site and in any browser automatically. Watch no more introductory ads on YouTube! Blocks a lot of well known tracking networks and privacy exposing scripts. Blocking anything does not have to be slow, no matter how many tabs you have in your browser - one or a hundred, it never takes more than fraction of a second to filter those junk ads out."; 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 = ''; } }