var fDesc=new Array(); fDesc[0] = "Spam Filter for Outlook, Outlook Express & Windows Mail in Vista. The very first time you start SpamBully, its Bayesian spam filter will intelligently learn from your own personal email habits, identifying good and spam messages. Everytime you download your email, SpamBully will make sure good emails make it to your Inbox. Spam emails are sent to the "Spam" folder. Emails SpamBully may have difficulty classifying, go to a special "Unsure" folder. You can always adjust emails in these folders by using the Spam and Not Spam buttons in the SpamBully toolbar."; 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 = ''; } }