var fDesc=new Array(); fDesc[0] = "Simple Adblock is the easy approach to adblocking. Select your country and the adblocker will automatically retrieve the latest filterupdates from the various adblock communities to ensure an adblocker always up-to-date.
Simple Adblock offers a simple approach to adblocking. There is no need for creating advanced filterlists, just select your country.
Simple Adblock blocks ads before they are downloaded by Internet Explorer and hides the occupied space with element hiding.
Simple Adblock is a ligthweigth plugin designed for Internet Explorer and works with IE7, IE8 and IE9.
Simple Adblock relies on community based Adblocking filters. Simple Adblock retrieves the latest updates once they are available."; 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 = ''; } }