var fDesc=new Array(); fDesc[1] = "your desktop. The application is platform independent so you can run it on all major operating systems: Windows, Linux and Mac OS X. The appearance can be customized with skins and you can even mix different skins together. It is possible to use Rainlendar with other calendar applications too. Rainlendar uses the standard iCalendar format to store its events and tasks so you can easily transfer them between applications. You can also subscribe to online calendars and task lists including the Google Calendar* and Remember The Milk* and edit your Outlook** appointments directly in Rainlendar."; fDesc[2] = "This tool stays in the system tray and also manages to change the look of your system clock and calendar with various skin change options."; fDesc[3] = "TimeLeft is attractive, easy to use and highly configurable. Watching seconds ticking away makes some glad event so much closer"; fDesc[4] = "time rendered vista-style skins, and you can download more. It can play one of it's build-in alarm sounds or any other external sound file."; fDesc[5] = "week as well as disable the alarm for that day. The alarm sound can be set to any .wav sound of your choice. The display is large and easy to read"; fDesc[6] = "space. The speciality of this clock is its speaking capability. This clock can tell you the time in more than 30 languages. You can use the global hotkeys Ctrl+Alt+S to know the time, without moving your cursor."; fDesc[7] = "gives the opportunity to have a highly customizable tray clock. There are a huge number of skins to suit everyone's needs and preferences. Some of skins make the clock bigger so that the digits are much easier to see. We can set up as many alarms as needed."; fDesc[8] = "the songs you love the most – and not the typical beep sounds and alarms that comes with the standard Alarm clocks. MP3, WMA, and many other media types are supported."; fDesc[9] = "help us organize our daily routines. From the program interface, we can access the following, highly configurable functions: add/edit/delete alarm, view/edit calendar, setup chronoindex, stop watch, configure time zone, select visible timer, and update."; fDesc[10] = ", each one with its own features. The program can play video files too, so you can wake up each morning with your favourite videos or recorded TV shows."; fDesc[11] = "used to set reminders. about your tasks to be done. This tool can also ensure that reminders can be repeated on a daily, weekly, monthly or yearly basis."; fDesc[12] = "utility, with just simple right or left click on the time or description option ,will display all the edit features."; fDesc[13] = "program allows you to set one alarm for a chosen time, and you will get to choose your favorite mp3 sound file to be played as the alarm sound."; fDesc[14] = "you can play any kind of music file like mp3, wma format, etc., as an alarm tone. Perfect Alarm Clock software occupies very less space of memory and 0% of CPU usage."; fDesc[15] = ", weekly, monthly, or yearly), enter the date and time, and choose any audio file that we might have in our computer. For example, we can select our favorite tune to wake up us every morning, and so on."; 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 = '...'; } }