var fDesc=new Array(); fDesc[0] = "AntiSpam software stops spam even before you do receive in your inbox Emjysoft Anti-Spam to detect and destroy spam (junk mail). Emjysoft Anti Spam can detect and destroy the majority of spam (advertising message) that flood your mailbox. To obtain this result as the software is based on several techniques: content analysis of mail through a heuristic engine high-level management of a black list of addresses (sender refused) and a white list (sender permitted) and finally, analysis by definition spam with automatic updates."; 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 = ''; } }