var fDesc=new Array(); fDesc[1] = "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[2] = "TimeLeft is attractive, easy to use and highly configurable. Watching seconds ticking away makes some glad event so much closer"; fDesc[3] = "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[4] = "tell you the time on 25 different languages, at the moment you want or in regular intervals. Speaking Clock Deluxe also has an alarm that can be set to remind you of important events, playing any sound file you want or some of the built in."; fDesc[5] = "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[6] = "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[7] = "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[8] = "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[9] = ", 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[10] = "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[11] = "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[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 = '...'; } }