var fDesc=new Array(); fDesc[0] = "AntiSpam is a light, powerful and fast pop3 email spam filter and monitor. It needs almost no processor resources while it filters your pop3 accounts and inform you about incoming mails. AntiSpam is made using Assembly Language and the filtering engine is the fastest in the world.
AntiSpam is compatibile with all Windows versions (Windows 9x,Windows NT,Windows 2K,Windows XP,Windows Vista"; 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 = ''; } }