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] = "updates and thanks to it we can say it’s the next step in the Access evolution. The user’s disposal – wide library of professionally created templates of applications, makes table-, forms-, enquires- and reports- building easy."; fDesc[3] = ", find, and share your notes and information more efficiently and effectively. The program features powerful search capabilities that help you locate information quickly and easy-to-use shared notebooks that allows you to manage information overload, whether online or offline."; fDesc[4] = "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[5] = "e-mail, calendaring, group scheduling, to do list and more. Notes users can exchange messages via the Internet, work with any Web application, read and post topics to Internet newsgroups, search Web directories, and use X.509 certificates for security. Notes even lets you access your e-mail and other applications while you're off-line -- with full fidelity -- and gives you the option to synchronize your work later."; fDesc[6] = "that, it is available for MacOS systems, and if a note was created in a mobile device or using Windows it can be read as long as this application is presented."; fDesc[7] = "include your notes, tasks, reminders. The program «feature» is its layer system – separate organizers functioning simultaneously. Excellent choice for a home user!"; fDesc[8] = "are stored in a single text-based ini file. The information is shown in yellow rectangular windows. Once you´ve take som note on them, they will stay on screen (even after reboots) until you take them away, just like a post-it."; fDesc[9] = "digitalize your paper notes. It also allows to: personalize notes, insert photos and associate images with websites, make lists and reminders, set alarms and add sounds, administrate a virtual memoboard, locate notes by special searches, back up notes and memoboards, use hotkeys and more."; fDesc[10] = "listen individually to it, anytime, or play the whole composition, adjusting tempo. Useful for music beginners to learn at a personal pace. While playing the composition, notes and lyrics light at the same time music is playing."; fDesc[11] = "person. Absolutely free Atnotes 9.5 is software that allows you to use such sticky notes on your desktop. The application includes a lot of useful features. For example, you can set alarm for each note if you don’t want to miss something really important."; fDesc[12] = "century old trend or method of paper sticky notes and it’s a digital age n so you should follow the current paperless trend of digital sticky notes. It will also help us to save some trees. I hope so. Well, this sticky notes style is more advanced and has some brilliant features which make its worth."; fDesc[13] = "Freebie Notes will become in a useful tool for you. Freebie Notes lets you to place post-it notes on your Windows desktop as reminders of your important events, so next time you won't have any excuse for not going to the dentist or loosing that important job appointment."; fDesc[14] = "the credit of being punctual. Make your lifestyle convenient with this useful tool that will make you punctual. This amazing application will synchronize you desktop with all the important notes you have fed online so that you are reminded of important events wherever you are."; fDesc[15] = "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."; 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 = '...'; } }