var fDesc=new Array(); fDesc[0] = "Kwerty Gmail Notifier for Windows monitors your Gmail inbox and notifies you of new emails. It allows you to preview new emails without loading Gmail. This program is compatible with regular Gmail accounts and Google Apps accounts. Kwerty Gmail Notifier doesn't include any annoying advertisements, and the source code is available on Github."; 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 = ''; } }