var fDesc=new Array(); fDesc[0] = "PopMonger steps through the email in a POP, IMAP, or MAPI email account, matching each email against a set of rules, and then applies a set of actions. It's quite powerful, and has a number of handy uses. PopMonger doesn't even have any annoying ads or anything. It just pops up a dialog box when it starts that lets you know it's part of the Mach5 Mailer suite of tools. It works with XP and above, and is very small and simple to run."; 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 = ''; } }