var fDesc=new Array(); fDesc[1] = "TimeLeft is attractive, easy to use and highly configurable. Watching seconds ticking away makes some glad event so much closer"; fDesc[2] = "displayed immediately after creation or in the certain moments of time."; 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] = "things. This behavior of us could prove us very costly if in the list of forgotten things, we have important events like birthdays of special ones, important dates for official work, favorite TV show and many more."; fDesc[6] = "is possible to change the clock appearance by customizing the color of each item (time, date, working day, background, etc.), or by changing the skin. Some of the skins available are animated and quite original."; fDesc[7] = "tool will organize your desktop notes, reminders and schedulers in the most reliable, efficient and economic way."; fDesc[8] = "to bid for their favorite items. But user might lose the bid as they could not come on time for bidding while doing many auctions at the same time. Buyertools Reminder will be very helpful software tool for all such user interested in bidding online."; fDesc[9] = "time you schedule them. AIV Reminder will also let you to set an alarm and run a program program instead of playing a sound, at a specified time."; fDesc[10] = "manages various activities with various features to remind activities like birthday, meeting, important event, holiday, daily, weekly events and many more. Once your region/city is selected, Actual Reminder also shows weather forecast for 10 days"; fDesc[11] = "times. It also has a calendar on its right. Below those two elements is a list of upcoming events, which you need to add to the application. Those are your reminders. For each reminder, you can specify an event that you want to occur when the deadline is met."; fDesc[12] = "community, as well as for managing your regular, day-to-day events. Vaishnava Reminder is a free tool for life with compatibility with most of the windows-based operating systems."; fDesc[13] = "answer is always searched for. Kana Reminder eradicates all such sort of confusions and gives user the best he could have got. Kana Reminder is an excellent software tool which is very useful for user for reminding them their commitments."; fDesc[14] = "much research in cyber market to find a unique solution of my problem, and I have done it. xReminder Pro is a powerful personal event manager with very easy to use interface. Unlike my personal secretary it is very handy in operation and performance."; fDesc[15] = "coding and font customization facility within the tool settings, along with alarm settings for all type of events. AO Reminder 2.2 is compatible with most of the windows operating systems."; 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 = '...'; } }