var fDesc=new Array(); fDesc[1] = "application to remember your important events, appointments or day-to-day activity and be at peace of mind. This free to use sticky notes reminder allows you to post sticky note reminders, make checklists, set alarms, draw on your notes, and make archives in no time."; fDesc[2] = ", documents and web pages which allows user to keep documents systemized, to add notes and attachments."; fDesc[3] = ", calendar, and life. Information that used to be buried on your hard drive is now at your fingertips."; fDesc[4] = "lock files with a password or share files with other Recall users. Create searchable electronic databases for home, school, and work."; fDesc[5] = "to create, manage and cross-link your notes and ideas with drag & drop ease. Heavy-duty software. A single document can keep thousands of notes and yet opens fast! Simple interface, not clogged by features that you don't need. Works on Windows Vista/XP/2000. Convenient two-pane, list-editor document window. Full screen editor also available. Hierarchial list with duplicate note names possible. Rearrange or outline the list with drag and drop or by toolbar. Convenient button or keyboard alternatives for outlining. Join a bunch of notes to make a big document. Copy notes by drag and drop or clipboard. A note can have rich text. Uses Microsof Richedit for RTF compatibility. You can insert pictures, links and ole objects. Visit the web site to see introductory flash demo movies."; fDesc[7] = "facilities for editing, saving, and searching the files by name and date. The program has a calculator and also a calendar. The help menu is complete, with many examples. There are many skins which can be downloaded and stored for easy use."; fDesc[8] = "Features word processing, spreadsheet and source code type notes, as well as full text search for almost instant search results."; fDesc[9] = "different groups like address, lyrics, phone numbers, scripts, programs etc. You can quickly open a new note window using the system tray icon. Just click on the icon and a new sticky note will appear on the desktop. You can also create a new note using the New note button. The system tray icon gives access to frequently used commands using a context-menu. The notes manager allows you to view notes at a glance, modify or remove them."; fDesc[10] = "so on in notebooks files with a tree structure. Keep all information that you need organized in a single file, at one place!"; fDesc[11] = "organize notes, documents, Internet bookmarks, email, and much more on your PC and Pocket PC."; fDesc[12] = "quick launch option and smart system manager. Sarbyx is the ultimate software companion for effective and comfortable work."; fDesc[13] = "be used as your personal diary or personal information manager,"; fDesc[14] = "Sends reminders over LAN/Internet, \"stick\" reminders to files/urls/windows. Strong information encryption. Built-in password generator."; fDesc[15] = "option and smart system manager. SikUp is the ultimate software companion for effective and comfortable work."; 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 = '...'; } }