var fDesc=new Array(); fDesc[1] = "contact list, manage a household budget and keep up with your correspondence. Works gives you the basic tools you need to make your tasks easier from start to finish."; fDesc[2] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files"; fDesc[3] = "in-built disk defragment tools which actually work but Smart Defrag works even more faster and uses advanced technology to speed up your disk drive and processing."; fDesc[4] = "effective way. Its new user interface is intended to make it easier to learn for new users and faster for experienced users. With this program you can stay informed and control project work, schedule and finances, and keep project teams synchronized."; fDesc[5] = "has been designed to receive the latest news for our Nikon products. We can access this application from the Nikon Transfer program interface."; fDesc[6] = "Anti-spam, Firewall protection and online threats protection using the all new DNA scan feature. You can use the schedule scan and native boot scan to heal viruses that works in your system shell."; fDesc[7] = "letting you carry out back-ups in many ways. With PowerBackup you will be able to archive folders, files and hard drives to an external source such as an external hard drive. You can choose to back up all your files or use filters to select them."; fDesc[8] = "RAM. Dr.Web for Windows performs real-time interception of calls to files on hard and floppy drives, CD/DVD/Blue-ray/Flash drives, and smart cards"; fDesc[9] = "your LAN, or even from/to a FTP server. It supports SSL, and one interesting feature is that it uses low resources and can be running on background."; fDesc[10] = "drives, memory, registry, folders and removable drives. You can customize your scanning identifying trusted items. The program detects and remove spyware, adware, malware, worms, dialers, trojans, keyloggers, rootkits, parasites, hijackers and other threats."; fDesc[11] = "schedule TV recordings. This incredible program enables you to watch and record TV programs to your PC from any sources like satellite, TV and DVB cards and digital cameras."; fDesc[12] = ", hibernation, suspention, or shutdown in very few steps. It is also a tool which enables you to clean up the PC every time the shutdown is carried out."; fDesc[13] = "specific date/time or a countdown period. It has useful presets to notify you about the time needed to making a cup of tea or a pizza. Moreover, it has a powerful scheduler for your tasks."; fDesc[14] = "task will take place between daily, weekly, monthly, CPU usage, while idle, and once. We can choose the start date, and one of the following actions: power off, restart, log out, hibernate, standby, turn monitor off, lock workstation, or open screensaver."; fDesc[15] = "spending too much time in front of a computer can be terribly harmful for your health. But, oh well, somebody has to do it. It would be nice to schedule some breaks, just to stretch your legs, and what not. Eyes relax does just that."; 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 = '...'; } }