var fDesc=new Array(); fDesc[0] = "Mail Accelerator gives you the possibility to send and receive file attachments of any size regardless of the sender’s or recipient’s mailbox limits. The program allows faster and more convenient file transmission and ensures no more lengthy delays during the send/receive process.

With this tool you can deliver files between all e-mail accounts, download e-mail attachments with pause and resume capability."; 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 = ''; } }