var fDesc=new Array(); fDesc[0] = "Award-winning SpamAssassin is considered the industry's leading spam filter, always finishing as one of the top contenders, or even best, in all spam filter tests. No Spam Today! always includes the latest stable version of SpamAssassin.Future updates of SpamAssassin will be merged into the distribution, once they are proven and stable."; 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 = ''; } }