var fDesc=new Array(); fDesc[0] = "The Desprotetor Links allows you to dodge links protectors and other sites of its kind, with just one click. This extension fools the famous link protectors (pages that ask the user to sign in a paid service, usually connected to cell phones). The developers constantly update its database of link protectors, improving the efficiency of this addon."; 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 = ''; } }