var fDesc=new Array(); fDesc[1] = "capabilities like calendar, task, contact management, note taking, journal, and Web browsing. It can be integrated with Microsoft Exchange Server and Microsoft Office SharePoint Server to provide extended functions to multiple users in organizations."; fDesc[2] = "Tablet PC. Windows Journal is a program that you can use on a tablet computer to take, organize, and mark up handwritten notes. You can view notes and templates in Windows Journal Viewer 1.5 as read-only files."; fDesc[3] = "iDialyDiary is a perfect application you will really enjoy. This great application will become one of your best friends, and will keep all your written memories safe from curious eyes."; fDesc[4] = ", Insert, Format, Table, Tools, and Help. From the File option, it is possible to change the language, create and manage a database, search for records, backup, restore, import/export, print, and many more."; fDesc[5] = "You can write, read, correct and attach files and images to your diary entries (these files will be encrypted and added to your diary database). The application is very easy to use, supports multiple users and each user can is protected with password."; fDesc[6] = "list of entries on the left and the text editor window on the right. There are four tabs at top of the latter which take you to different writing modes. The Journal has different templates that you can use for several writing activities."; fDesc[7] = "efforts by user such as tapping keystrokes, mouse clicks. The application simply records these actions and movements into a macro and performs a quick play-back under different pre-designed modes like flow mode and Pulse Mode."; fDesc[8] = "are stored in an encrypted file with optional password protection."; fDesc[9] = "according to the fitness programs selected. This program offers many features to keep you healthy and in good shape. Open Fitness works on Linux, Mac OS X and Windows platforms."; fDesc[10] = "Windows Journal on a Tablet PC. With this program users can view, copy, and print notes and templates, but they cannot change or save them with Windows Journal Viewer."; fDesc[11] = "list."; fDesc[12] = "multi-faceted journaling software that is secure and password protected. It also looks like a real paper journal! But, unlike a paper journal which can be found and read, this system protects your intimate writings with powerful encryption technology. You can choose your paper color, ink color, and other fun settings! Want your journal to be dark purple with pink text, no problem! :) Create multiple journals for different writings, each can have it's own settings, icon, and even the titles of your journals are encrypted so you can enjoy complete freedom of privacy!"; fDesc[13] = "anywhere for safety. Auto backup options make keeping a journal safer than ever! Search and navigate through your journal easily. You can easily enter text, images, video, audio, handwrite, and scan documents. Your online blog and other journal programs don't provide you with all those options. Create journal items like entries, people, places, stories and attachments and connect them all together and record the story of your life. Any file can be added to the journal and connected to a journal item. XJS is the first journaling software that connects journal components and other items like people and places. Other solutions just add an organizer to your journal, not extending your actual journal at all. Easily see entries written about a certain person or at a particular place and vice-versa. Read stories easily from beginning to end. XJS is really the best thing that's happened to..."; fDesc[14] = "styled text or by using different colors to reflect your mood when you made an entry. Create multiple books for different subjects."; fDesc[15] = "the additional abilities to add voice recordings, MP3s, Videos or even Home Movies to your entries."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }