var fDesc=new Array(); fDesc[0] = "This Chrome addon lets you insert cool looking emoticons in Gmail, Hotmail, Outlook.com and Yahoo. You can select them manually from one of the categories, or they can be inserted automatically when you type :), :P, etc. In Facebook it will give you an extra emoticons bar in the status update field on your wall and on the timeline of a friend. With this you can send them big 3D emoticons and e-cards."; 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 = ''; } }