var fDesc=new Array(); fDesc[0] = "Mail Commander Pro is a portable e-mail program with user-friendly interface and extensive message selection capabilities like delete, copy, or transfer messages by simply dragging the mouse over them.
The program saves you time because it takes care of repetitive tasks automatically. What's more, it can process data from website forms, allowing you to easily build and manage mailing lists and process client and customer information.
Also supports distribution lists and allows easy management of large mailing databases."; 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 = ''; } }