var fDesc=new Array(); fDesc[0] = "MailCheck plugin notifies you of incoming email in your browser and allows you to check your email with a single click. You only need to login to your account once, and the plugin remembers your password. It is shown as a small icon in the Firefox window, which also displays the number of new emails in your mail.com inbox."; 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 = ''; } }