var fDesc=new Array(); fDesc[1] = ", for Mac OS and for Windows. The application allows us to download updates for the following programs: Quicktime Player, iTunes, Safari for Windows, or Quicktime Player + iTunes together."; fDesc[2] = "can download it free from the developer's website and install it again in case we need to. This tool have been designed for connecting our computer to the HP website and automatically check up for all of our HP devices and HP software."; fDesc[3] = "basic text editor. Editpad Lite contains a tabbed interface from where you can quicky switch among open files by clicking on their tabs.The tabbed interface also helps in reducing unnecessary cluttering on the workspace."; fDesc[4] = "devices and their controllers. Once finished, it indicates which drivers count with a new version. it automatically connects to the Internet looking for the upgrades for each of those drivers"; fDesc[5] = "interface. The free trial version allows the backup and restore features, but requires a license for the update feature."; fDesc[6] = "computer including that which came with windows (like the mouse and keyboard driver). It can scan and automatically download the drivers from the respective developer / manufacturer website."; fDesc[7] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[8] = "our operating systems and see our drivers update information and class, plus the supported OS, driver provider, driver version, if it is digitally signed, release date and file size. Downloading update for driver options is disabled in the non-registered version."; fDesc[9] = "drivers in one go. This application features a cool graphical user interface very easy to manage by everyone. We can schedule the program for automatic scan at a time interval, shut down the computer after the downloads have finished, reset to the previous state, save changes, and so on."; fDesc[10] = "you to download and install. This is not done automatically; the program lets you choose whether or not to use the update found. Each update is listed with a detailed description in VersionTracker's interface."; fDesc[11] = "devices, such as printers, cameras, USB drives, graphics cards, sound cards, etc. It´s important to have the most up-to-date drivers to ensure that your devices work flawlessly."; fDesc[12] = "drivers updated. The user interface is quite simple, easy to use, and can be switched from English to French, and vice versa. Once installed, this program automatically displays a list with all the devices (identified or not) that we have installed in our PC."; fDesc[13] = "your operating systems. This is a diagnostic and repair tool supported only in Windows XP that verifies and resets device drivers to their last known good state."; 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 = '...'; } }