var fDesc=new Array(); fDesc[0] = "In the current world email is probably the most widely used communication channel. While we always get our intended mails we do get different marketing and unwanted mails. Here is a smart product to minimize the number of unwanted emails via process of basic filtering, it is called SpamExperts Desktop. SpamExperts Desktop is a highly applauded tool to be installed on your computer and it would work as a plug-in to your mail client and with simple filtering pattern a normal user can stop spam mails. This plug-in is compatible with almost all well known mail clients like Outlook, Outlook Express, Thunderbird, IncrediMail, Netscape, Opera, PocoMail, Pegasus Mail, WinMail, The Bat!, Mozilla, Groupwise, and Eudora. SpamExperts Desktop is available in two versions one being free as well as a paid version. The paid version has number of advanced features like Unlimited blocklist, Unlimited sender list, Virus scanning along with no annoying start up notifications. This useful tool is available for a cost of 25.34 USD with unlimited features, but it is just for single computer and not work on Domain, the domain versions are available separately."; 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 = ''; } }