var fDesc=new Array(); fDesc[0] = "Documents To Go is a powerful yet easy to use application that allows you to have all your Word, Excel, PowerPoint and PDF files on your Windows Mobile Smartphone. This incredible program allows you to have the same documents you have in your office or laptop right on your smartphone, thus saving time and being more productive. Thanks to its revolutionary InTact Technology™, the original documents does not lose formatting when you make edits on your smartphone, thus helping you confidently get work done no matter where your personal or professional life takes you. Moreover, the program features a very simple and intuitive user interface which does not need any technical knowledge to be operated and makes this task a breeze. What is more, this utility enables you to create, view and edit native Microsoft Word, Excel and PowerPoint files, view native Adobe PDF files, decompress Zip Archives, and lots more. It also supports rich formatting such as bold, italics, underline, tables, embedded graphics, footnotes, endnotes and much more. Unlike other similar programs, Documents To Go offers full e-mail and attachment integration with ActiveSync and other wireless e-mail solutions."; 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 = ''; } }