var fDesc=new Array(); fDesc[0] = "Sinapsi Antispam a new free Antispam Software. Other Antispam applications are based on an Heuristic Analysis. But frequently emails are not Spam but only "False Positives". Imagine what can happen if your Antispam Software deletes an important email message, just because his imperfect analysis detect a "False Positive". Sinapsi Antispam solve your problem! Users that receive a Spam Message, mark it as "Spam" and other users will be immunized soon. Designed for Outlook Express and Mozilla Thunderbird. Now compatible with FreePOPS!"; 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 = ''; } }