var fDesc=new Array(); fDesc[0] = "Poppy for Windows 5.9.1 is a program that will check your email accounts for new messages.

This utility will then notify you when you have mail waiting on the POP3 server of your Internet providers. Poppy is able to check multiple POP3 accounts, checking for new messages at regular time intervals.

Once you start Poppy, you will see a small icon in the system tray. Right clicking over it you wll be able to access to the program options, like the settings and options.

Under the Options menu you will be able to set the accounts to check, choose to play a sound and/or run a program when new messages arrive, set the checking interval, or specify friends´ email addresses, for the program to warn you if there are new messages from them.

You can also select if you want to delete any message using the selection rules in the Options menu.

The program is also able to display the headers of individual e-mail messages, preview the e-mail message source and delete individual messages from the POP3 server."; 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 = ''; } }