var fDesc=new Array(); fDesc[0] = "ArGoSoft Mail Transfer is a powerful tool, which allows to retrieve mail from single, or multiple POP3 accounts, and redistribute them between accounts of any SMTP server, based on the data in headers of retrieved email messages.

Process of retrieval and redistribution can be scheduled, or performed by user demand, by performing Transfer operation.

It runs the similar way, as the other products: it can be used on Windows 98, as a normal windows application (runs on a background, and is represented on a system tray as an icon), or, on Windows NT, XP, 2000, 2003, as a service application, and can be controlled via control panel."; 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 = ''; } }