var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "interface. The free trial version allows the backup and restore features, but requires a license for the update feature."; fDesc[4] = "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[5] = "This amazing engine deal with compatibility problems by searching the latest genuine drives directly from the manufacturer and all them just from a single place and at the click of the mouse."; fDesc[6] = "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[7] = "hardware and install them onto your computer."; fDesc[8] = "Million Times! Recommended by industry experts and editors. Safe to use, secure and trusted."; fDesc[9] = "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[15] = "systems. Is very easy to install providing options for self checking, auto installation and also with a manually selection of the necessary updates. Also provides an option to be notified by mail."; 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 = '...'; } }