var fDesc=new Array(); fDesc[0] = "A clear and simple way to remove email messages directly from your email server, before it is downloaded into your computer.
The program’s interface looks like traffic lights. It consists of two different colored zones. The first (green) zone is for friendly messages. The second zone (the red one) is for spam-messages.
Create account, which should be checked for spam, and then perform synchronization. The program will receive and sort messages’ subjects for each account. Revise and edit the results of this preliminary sorting. After that, empty your mailbox, performing synchronization once again.
The program will control all chores of primary sorting of letters, so that you would be able to just look through the list of messages, and quickly and easily make necessary changes. As a result, your mailbox will be quickly and safely cleaned. Controlling the process and the ability amend it at any time allows you to avoid losses of important letters."; 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 = ''; } }