var fDesc=new Array(); fDesc[1] = "management of simple activities of the office. It is ideal to management the activities of the home. Its execution is very rapid. It has portable version to take the information in a USB memory."; fDesc[2] = "accessible with a single keypress, even if you work in another application. Take a look at the screenshots page to see for yourself. The basic idea in KeyNote is that you can include many separate notes within a single file. This means that you do not need to open several files - for most purposes it is enough to create only one file and hold all your notes inside it. With the addition of the tree-type notes, you now have a three-dimensional notebook: many notes within one file and a multi-level, nested pages within a single note. Optionally, KeyNote can encrypt your data securely using the Blowfish or Idea algorithms. Keynote's interface and behavior are extremely configurable. Subject to Mozilla Public License Statement."; fDesc[3] = ", anniversaries, to do lists and other things. It also features email integration and allows you to replace your old email client to have everything in one place."; fDesc[4] = "else you can think of to write down."; fDesc[5] = "commercial photo editing software like Adobe Photoshop 7, CS, CS2, CS3, Adobe Photoshop Elements 2, 3, 4, 5, 6, Coral Jasc Paint Shop Pro 7, 8, 9, Corel Paint Shop Pro (Photo) X, X1, X2, Corel Photo Paint 11, 12, Xara Xtreme, Microsoft Digital Image Suite 2006 etc."; fDesc[6] = "friends, business and career, among other categories selected by the user. It also includes a to-do list that enables you to add important events or tasks that require immediate attention and you can also also add reminders or recurrence."; fDesc[7] = "processor with a powerful outliner and editing tool - ideal for structuring your novel, blog, journal, or diary."; fDesc[8] = "offering three different storing forms: text, rich text and html. This application enables you to add multiple articles to a single file and view them in a tree-like structure."; fDesc[9] = "structure for easy access and quick viewing. With this program you will be able to create notes, to-do lists, projects, personal contacts, documents outlines."; fDesc[10] = "in your computer) by storing it in a Database. What you do is create an Ultra Recall Database (*.urd file). You can create any number of database files and save them anywhere, transfer them to another system, etc"; fDesc[11] = "StoryView uses a timeline format that is superior to index cards, blocks, and traditional outlining systems. StoryView has limitless space for your big ideas. It will enhance the organization and research of your writing, help you visualize your structuring process. And speed the process of brainstorming, creation and editing. Now"; fDesc[12] = "information you want to keep, in one location. It uses a familiar \"Tree View\" list for you to keep all of these items"; fDesc[13] = "productivity, and make better use of your time. It features a hierarchical (multi-level) project/task outliner with a weekly calendar."; fDesc[14] = ", contacts, to do lists, and notes with easy-to-use, intuitive tools. Works straight from your removable media (USB flash drive, etc.)"; fDesc[15] = "out various edges making them more expressive. ImageSkill Ouliner is FREEWARE."; 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 = '...'; } }