var fDesc=new Array(); fDesc[0] = "E-mail and Newsgroups software for all of your messaging needs designed as complete replacement and improvement for every user of Outlook Express and its successors like Windows Mail and Windows Live Mail. Fast and easy to use. Supports all the latest email/newsgroup standards and works with variety of servers. Works on all modern Windows including Windows 10, Windows 8, Windows 7, Windows Vista and Windows XP. Messages are easy to move from computer to computer and use open storage format - your emails are never locked in a proprietary database. Secure saving of downloaded messages (including crash-proof saving even if crash occurs in the middle of message save) so message integrity is always preserved. Passionate development, quick and dedicated user-support."; 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 = ''; } }