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] = "and more to manage a business like that. This program enables you to organize everything in your business, including machines, clients, employees, products, etc. and allows you to have everything under control"; fDesc[3] = "the current song playing or it can shut your computer down after a certain number of minutes or songs played. It does not require Winamp in order to turn off the computer."; fDesc[4] = "period of time. The application is very useful if you like listening to music or audiobooks resting in bed before falling asleep. The program sits in your system tray and informs you about the countdown status and enables you to abort or extend the shutdown process whenever you want."; fDesc[5] = "under certain conditions. You can schedule the program to allow Internet access at specified time and days of the week."; fDesc[6] = "personal assistant keeps remember you about all important events on time. And even if you need to do your work on time. So Karen’s countdown timer II informs you about all your important affairs and business."; fDesc[8] = "we can’t switch off our computers manually. For example, when any important process isn’t finished yet, but we have to go somewhere or just need to sleep. Nobody wants to pay for uptime that he/she doesn’t use. This tiny application can help us in such situations."; fDesc[9] = "operators to run the gaming center or LAN cafe business. This freeware requires SiteKiosk client software"; fDesc[10] = "automatically keep PC locked as long as scheduled. Password protected, has System Time protection. Great software for Parents."; fDesc[11] = "control of the paid time, control of the work of managers."; fDesc[12] = "bedtime on a school night chatting online, and make sure homework is getting done. Try it for free!"; fDesc[14] = "to help you not miss an appointment or to be alerted immediately before you intend to do something, e.g., taking medicine or do-ing something not so important such as tuning in a radio show. If you know when you plan to do something, set the timer to sound a minute or so before the event, and it should alert you.If you have Internet service that costs more when you use it a longer period of time, you may set Computer Timer to sound when you would like to log off the network, or if applica-ble, when you will be required to pay more (when you log on to the Internet, determine the amount of time that you may use the network and not have to pay more, and then set the timer to sound immediately before your service will cost more)."; 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 = '...'; } }