var fDesc=new Array(); fDesc[0] = "Save your traffic and time. DeSofto SpamFilter automatically kills most Spam immediately at the server without downloading and blocks the rest of Spam for manually checking. An unique neuro-algorithm has been used in SpamFilter product to detecting legitimate mail messages and Spam messages, the technique has more precision than other filter-based and keyword-based anti-spam technologies. It automatically learns for your own correspondence and new spammers' technologies. http://spamfilter.desofto.com/"; 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 = ''; } }