var fDesc=new Array(); fDesc[0] = "Cloudmark Desktop is an award-winning spam-blocker which adds 6 functional buttons only to your Microsoft Outlook interface. By using this small add-on you can say goodbye to spam, phishing, and email-borne viruses.
It installs in moments and begin working instantly. It is also simple and it locks most spam automatically. If you do see spam in your mailbox, you should just click a special button to add the unwanted data to the spam filter.
You can also block phishing which is fraudulent email that attempts to collect your personal information.
Occasionally, a legitimate message might be mistaken for spam and phishing. If you find a legitimate message in your spam folder, you can unblock it.
The program has a free trial version which enables you to appraise its main features."; 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 = ''; } }