var fDesc=new Array(); fDesc[0] = "IwillriL is an unnoficial Pocket client extension for Google Chrome. Pocket is an online service that allows you to save articles, videos, and other items that you find online, so that you can read it later. Using this addon, you can save an item by just clicking in the page with the mouse right button and choosing the "i will read it later" option."; 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 = ''; } }