var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "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[4] = "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[5] = "place sticky notes on your desktop. You can type notes to yourself, set meeting and appointment reminders, keep track of a to-do list, and anything else you would do with paper notes."; fDesc[6] = "of users gave feedback to the developer and he decided to build the application from scratch. I wish more developers took users advise in consideration for new versions."; fDesc[7] = "user-friendly, as you just write the reminders on top of it. This helps you remember the most important things you have to do, especially if you spend a lot of time in front of the computer."; fDesc[8] = "information, dates and events using desktop sticky notes. Free Sticky Notes is an ideal sticky notes program for home and office. You can create and edit desktop sticky notes using different fonts, colors; easily export/import sticky notes database from one version to another; protect computer sticky notes from casual editing/deleting using lock command. Sticky notes settings including default settings can be modified to your preference. You can choose appearance for each sticky note: title customization (background color, font), body customization (background color, font), size customization (manually, zoom feature). Free Sticky Notes resides in the Windows system tray menu for quick and easy access to PC sticky notes and program features. Ability to create PC sticky notes with different priorities, hide sticky notes or place them on the desktop, hide note's body and use transparency..."; fDesc[9] = "small and doesn’t need a lot of system resources. Despite Sticky Notes 0.9 isn’t software with huge functionality it is a great tool for making extra notes."; fDesc[10] = "same place even if you reboot the system. To get rid of it, you need to delete it. The notes can be created with different fonts and colors; and the program allows you to share your tasks with others by sending notes to other computers on the network."; fDesc[11] = "notes. Using Sticky Notes you can keep personal secure information. Strong information encryption."; fDesc[12] = ", Spreadsheets or other applications and have them open or pop-up automatically. The notes can be associated with alarm reminders and also password protected to keep the content private."; fDesc[13] = "other information sorting tasks. StickySorter allows you to use multiple stickies with different information. The stickies which are related to each other can be combined in a single group."; fDesc[14] = "This simple tool with a very small file size allows you to create electronic desktop stickers or notes with minimum efforts from your side. The application resides in your system tray bar and can be called up with a single click of your mouse."; fDesc[15] = "decorate all around the office desk with the paper version of sticky notes this might be bad news, but for those who still need the notes and don´t want anymore sticky surfaces all around, well... the paradise is here."; 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 = '...'; } }