var fDesc=new Array(); fDesc[0] = "MailDominion is for removing unwanted junk mail from your pop3 server before it reaches your inbox. The program teaches itself the difference between normal and junk mail using Bayesian mathematics and stores this information. After a short period of time you should find it a very accurate way of removing junk mail from your inbox."; 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 = ''; } }