var fDesc=new Array(); fDesc[0] = "AnalogX ListMaster Pro allows you to manage a mailing list - from a couple hundred people, to lists spanning hundreds of thousands. It helps you identify which email addresses are valid or invalid, lets you sort them by a number of criteria, it will even let you see how many people are subscribing from different countries (based off their domain extension). This program also can removed duplicate entries from that same list and it's completely multi-threaded for maximum performance when performing any time consuming task.
ListMaster Pro works on all versions of Windows, from Window 95 to Windows 7 and everything inbetween including XP, Vista, Win2k, etc."; 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 = ''; } }