var fDesc=new Array(); fDesc[0] = "This small taskbar utility for Windows 95/98 and NT 4.0 notifies you when you receive e-mail without leaving your large mail program always running. You can customize MailAlert to play different sounds, show movie clips, or run any program based on the author, subject or text of messages you receive. MailAlert supports almost all e-mailprograms (POP3, MAPI, IMAP4) and can easily check all of your e-mail accounts. Flexible scheduling, auto-dialing, mini-mail client with message preview, filtering, auto-reply/forward/delete, customizable icons, and many other features make this program well worth the download."; 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 = ''; } }