var fDesc=new Array(); fDesc[0] = "GMX MailCheck provides email notifications on your Chrome browser. It also allows you to open your emails with a single click. This application also helps you send new emails quickly without logging-in to your account. Encrypted SSL connection and password protection ensures security."; 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 = ''; } }