var fDesc=new Array();
fDesc[0] = "Owl550 is an anti spam for all platforms.
With Owl550 you send an email indicating that your address does not exist.
Main Features:
- Create and Choose a return formula to undesirables (like this famous reply 550 of servers that says an email address does'nt exist : "Undelivered Message"),
- Modify the time interval between 2 reads of servers,
- Choose sound alerts (friends, undesirables, unknown, connections),
- Preset and save friends and undesirables, by address or by server,
- See email content before download
- Delete and return les emails automatiquement,
- Import the accounts already existing (Thunderbird)";
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 = '';
}
}