var fDesc=new Array(); fDesc[0] = "This tool is an effective anti spam filter for Outlook, Outlook Express, Windows Mail, Windows Live Mail. With this program you are protected against the dangers of spam and phishing mails, such as harmful attachments, and identity theft.

You can also clean your spam folder to control all your mails."; 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 = ''; } }