var fDesc=new Array(); fDesc[0] = "Do Not Disturb! is a Chrome browser extension that provides blocking for various types of activities that most users would find annoying, intrusive, or generally disruptive. In addition, it blocks items running in the background that users don't see and cause extra browser overhead due to data mining or user tracking. Do Not Disturb! runs on all pages on all websites by default. You can specify which websites should be enabled/disabled by visiting the Options page. You can easily access the Options page and enable/disable sites as you browse by clicking on the Do Not Disturb! icon in the upper right-hand side of your browser:"; 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 = ''; } }