var fDesc=new Array(); fDesc[0] = "FullContact for Gmail is a Google Chrome extension that allows you to know everything about your Gmail contacts, right from your inbox. You can edit your address book without leaving your inbox; see photos, social profiles and job titles; scroll through latest tweets, Facebook posts, and Instagram photos, and more."; 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 = ''; } }