var fDesc=new Array(); fDesc[1] = "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[2] = "that were installed on a Windows XP operating system. This tool is being provided to tech support as a preliminary test & repair step prior to doing an OS re-install, preventing unnecessary re-installations where driver issues must be resolved."; fDesc[3] = ", ME, XP, 2000,2002, Linux, MacOS and others. The program allows you to backup and restore you Vista bootloader and offers many features to rescue your system."; fDesc[4] = "or Excel documents, Windows or Outlook Express logins that you forgot or you never knew. The program works through a step by step wizard that will ask you every data needed to retrieve the password."; fDesc[5] = "Blackjack. They differ mainly in the amounts of the bets. Barroom´s bets go from $1 minimum to $200 maximum, while Vegas´ bets go between $100 minimum to $1000 maximum."; fDesc[6] = "the passwords of all your password-protected Microsoft Office documents. The great thing about this application is that it supports all versions of Microsoft Office, since the 2.0 version until the 2007 one. That is great, because you don't need individual applications."; fDesc[7] = "else has failed and you can't get your iPod to work. On the official website, there are only two models supported by this application, but I am sure that there have to be applications for other models."; fDesc[9] = "The complete set of tools allows you to recover your lost data, reset Windows passwords, make computer system backups, securely erase data, control disk condition, manage partitions and a lot more."; fDesc[10] = "an iPod device. The retrieved files could be lost in a number of ways. They could have been deleted, formatted, reset or corrupted. With the program it is also possible to retrieve and restore all kinds of files, such as Mp3 files with songs, photos or other images."; fDesc[11] = "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[12] = ", Accessed, Modified and Created dates, JPEG metadata, MS Office document dates and properties, NTFS data streams. Date-time shifting and masking."; fDesc[13] = "purposes. The complete set of tools allows you to recover your lost data, reset Windows passwords, make computer system backups, securely erase data, control disk condition, manage partitions and a lot more."; fDesc[14] = "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."; fDesc[15] = "to change local Administrator or other account passwords. A must have utility for any Network or Systems Administrator."; 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 = '...'; } }