var fDesc=new Array(); fDesc[0] = "ezAutoCorrect for GMail is a Chrome browser extension that can autocorrect text while you type in Gmail. It provides basic autocorrect / word expansion as you type. For example, if you type 'teh', it will automatically be replaced with 'the'. You can also add custom entries to the substitution list."; 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 = ''; } }