var fDesc=new Array(); fDesc[0] = "Ad-Aware AdBlocker allows you to surf ad-free no matter which browser you use and prefer. Faster loading pages is just the cherry on top. This is an ALPHA version! This means that the app may still have bugs and may not work 100% as intended. Please proceed with caution. Remove ads inserted into videos on popular sites like Youtube, Vimeo and many others. Ad-Aware AdBlocker makes your web experience faster, by eliminating giant banners and pop-ups while reducing bandwidth consumption by almost 27%. Just launch and forget. A simple app that blocks most ads from most
websites and across all your favorite browsers."; 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 = ''; } }