var fDesc=new Array(); fDesc[0] = "Pennock's Email Notifier is an Email Notifier for Windows 98/Me/2000/NT/XP written by me, Cliff Pennock.
Pennock's Email Notifier sits in your systray and periodically checks for new email. You can enter as many email accounts as you want. If PEN finds new mail in your mailbox, it will display a small non-intrusive pop-up window and play the sound of your choice (every account can have its own unique sound)."; 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 = ''; } }