var fDesc=new Array(); fDesc[0] = "Get rid of spam with Alchemy Spam Filter for Outlook Express! Alchemy Spam Filter is a plug-in module for the Outlook Express e-mail program and represents a self-adaptive unsolicited mail protecting tool. The main method used to combat spam is the statistical algorithm of Bayes. The Bayesian filter is the most efficient anti-spam solution nowadays. Based on self-learning technology, it is more effective than other traditional anti-spam techniques, based on static blacklists checking and keywords databases. Properly learned, this filter can reach spam detection rate up to 98% with minimum false positives. Alchemy Spam Filter also supports the user defined white, black and ignore lists that can be a useful addition to the Bayesian engine correcting its behavior."; 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 = ''; } }