var fDesc=new Array(); fDesc[0] = "EverDesk is the first and only email client on the market which stores email messages together with your other files and documents in regular Windows folders, so you can keep all of your information together and work with it in a simpler, more flexible, and more powerful way.

EverDesk combines the best features of your email client, file manager, Windows Desktop, address book and calendar into a single tightly integrated interface, making it the most advanced information management software on the market."; 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 = ''; } }