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] = ", and much more - to ensure that you have the power to protect yourself online."; fDesc[3] = ", programs running, etc. whenever it is launched. The application doesn't stay resident or scanning transferred files all the time. It updates automatically the virus database via its home web page, it can be scheduled, and can get integrated to Windows Internet Explorer and Windows Outlook."; fDesc[4] = "down your PC. Home network security management from a single location. BitDefender software can be remotely configured from other computers in the network , and tasks such as scans, backups tune-ups and updates can be scheduled to run during off-hours."; fDesc[5] = "real-time scanning. Besides many features, this program will even detect new threats before virus protection updates are created, and it is possible to set your computer to be scanned at a convenient time by a scheduled scan. And on top of all, this program has a user-friendly interface."; fDesc[6] = "software we can buy and/or evaluate for free for a 30-day period. The program provides protection against virus and spyware, this protection can be selected to high, normal, off, custom, or performance-optimized levels. It also offers real-time scanning, scheduled scanning, e-mail scanning,etc."; fDesc[7] = "from one into another in a very short amount of time, with no quality loss at all and with the advantage of enabling you to set a lot of different parameters for each of your conversions."; fDesc[8] = "synchronisation and data backup."; fDesc[9] = ", the capabilities of FSX, providing users with a host of new features and traffic including a new Traffic Control Center and four virtual airports. Just Flight – Traffic X 1.0 includes over 100,000 scheduled airline flights within its AI feature"; fDesc[11] = "videos, folder structures and almost everything that is present on your disk drives. While creating backups you can name each backup differently and a file explorer helps you to locate files easily. You can also include folders and subfolders in backup."; fDesc[12] = "browser. You just need to configure your Google Calendar and supply the information in the \"Calendars\" window. You can utilize multiple calendars and downloads the events so you don't have to be online at all times."; fDesc[13] = "turn off computer, log off, reboot, hibernate, suspend, execute any file you choose, show black screen and display any message you have typed."; fDesc[14] = "that can be executed include windows shutdown, logoff and restarting windows. GoGostop can have many programs to be listed for execution at the same time. GoGostop has been developed as multitasking software capable of multiple threading the application for faster execution."; fDesc[15] = "categorize them. Set the task's occurrence to Immediate, Todo, Minutes, Hourly, Hours, Daily, Days, Weekly, Weeks, Monthly, etc."; 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 = '...'; } }