var fDesc=new Array(); fDesc[0] = "Tweet Button for Chrome allows you to share links from any website to Twitter. This extension is the easiest way to share links on Twitter right from your web browser. It functions just like Twitter’s official Tweet Button. Simply click the button, and a pop-up opens with a tweetbox pre-populated with the URL you were at and the page's title."; 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 = ''; } }