var fDesc=new Array(); fDesc[0] = "Periodically checks your Google Mail inbox and displays the number of unread messages. You can also click the button to open your inbox. Supports Google Apps Mail.
- Sound notifications. Custom sounds.
- On button click opens a new tab or shows a popup with GMail (iOS Mode)."; 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 = ''; } }