var fDesc=new Array(); fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth."; fDesc[2] = "of your system, detecting all kind of unwanted files and threats, including spyware, adware, and, viruses. Its protecting Resident Shield will work in the background, keeping an eye on everything that attempts to install itself without your consent."; fDesc[3] = "ability is basically to look up for errors in the system registry, kind of an important part of your system. Professional tool for only 24,95 dollars"; fDesc[4] = "audio/video files as soon as a download starts. With IDA download and save video from popular video sharing sites like YouTube. Some IDA features include: Scheduler, FTP Explorer, ZIP browse before downloading. IDA integrates into all popular browsers."; fDesc[5] = "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[6] = "in multiple profiles, and the program comes with support for FTP and SFTP/SSH servers, ZIP compression, data encryption and a scheduler for automated backups."; fDesc[7] = "tool will organize your desktop notes, reminders and schedulers in the most reliable, efficient and economic way."; fDesc[8] = "instructions that are to be performed in the future. Using System Scheduler most of the tasks can easily be controlled by the user. It has in-built tools that help to run unattended processes, scripts, batch files and much more."; fDesc[9] = "space only. The Shutdown scheduler allows one to atomize computer’s shutdowns and restarts. The Shutdown Scheduler has been rated with 5 stars and this software has received 100 % CLEAN award granted by Softpedia."; fDesc[10] = "current modem connection, or closing a specified application. The computer will not necessarily be shut down - it depends on the advanced settings. The program is really easy to use."; fDesc[11] = "integrated Macro Recorder you can build jobs that will set you free from repeating the same taks manually over and over."; fDesc[12] = "our tasks. The tasks can widely range from simple to advance tasks. It is possible to set up a daily alarm, set reminders for appointments, meetings, special events and so on. We are also allowed to schedule program's startup."; fDesc[13] = "power ), log off, shutdown and force shutdown your workstation whenever you like it, depending on the time of a day."; fDesc[14] = "computer. Advanced Task Scheduler will start a program or application, send an e-mail, set a reminder, play sound, turn the computer off, reboot, log off, destroy window, and kill process and many more."; fDesc[15] = "execute programs, system shutdowns, open documents or send messages or reminders.These tasks can be launched at a given date and time specified by the user."; 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 = '...'; } }