var fDesc=new Array(); fDesc[0] = "Easy, effective, economical.
Client-based anti-spam and anti-phishing that just works.

Stop spam, phishing, and other email threats.
Enjoy easy setup and no-fuss use.
Stay protected with automatic updates from the worldwide SonicWALL GRID network. Blocks spam and phishing email.

When SonicWALL® Anti-Spam Desktop is installed on a Windows-based system it acts as a plug-in to Outlook, Outlook Express, or Windows Mail. Anti-Spam Desktop evaluates e-mail arriving via Exchange, POP, or IMAP to the Outlook, Outlook Express, or Windows Mail system, and prevents spam and phishing e-mail from reaching the Inbox.How it works.

Once installed, SonicWALL Anti-Spam Desktop will start each time the Outlook, Outlook Express, or Windows Mail e-mail client is started. Anti-Spam Desktop evaluates e-mail as it arrives, placing spam e-mail in the Junk Mail folder, phishing e-mail in Phishing Mail folder, and legitimate e-mail in the Inbox. With the Challenge/Response option, challenged e-mail will be placed in the Challenged Mail folder.
If a spam message does get delivered to the Inbox, users simply highlight the message and select the Junk button to remove it from the Inbox. This also adds the sender to a blocked list so that future e-mail from this sender is blocked as spam. Should a legitimate e-mail unintentionally be placed in Junk Mail folder, the user may simply highlight the message and select the Unjunk button. This action will also add the sender to an allowed list so that future e-mail from that person is delivered correctly."; 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 = ''; } }