var fDesc=new Array(); fDesc[0] = "A Spam filtering plug-in for Outlook Express and Windows Mail prevents annoying spam and junk emails from polluting your Inbox. You and only you should decide what e-mails get into your Inbox. Never misses e-mails from your friends and colleagues. Allows or blocks email addresses or whole Internet domains you want. Bounces emails back to spammers. Reports spam to the sender's ISP. Automatically cleans the Spam folder. Built-in Backup and Restore Wizard. Detailed statistics on the work done. Multilanguage interface."; 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 = ''; } }