var fDesc=new Array(); fDesc[1] = "advanced users. The program features a simple and intuitive Explorer style interface that shows the local and remote folders in a clear way and allows you to customize them the way your want."; fDesc[2] = "scanning, a list of errors is shown - you can fix these with a single click. And if you hesitate to touch a thing as delicate as the registry, you always have the option to make a backup with Registry Mechanic before starting any test or repair."; fDesc[3] = "document library located on a SharePoint Web site causing excess network traffic. Also fixes data loss when working on a notebook located on a server. OneNote can Crash when working for about 5 minutes working on a \"Read-Only\" notebook. After installing this update the computer must be restarted"; fDesc[4] = "card, removable drives, floppy disks, etc. These files (or folders) stay in the system once they are deleted because of accidental actions, formatting, Windows reinstallation, hard disk failure, empty the Recycle Bin, partition errors, by mistake, etc."; fDesc[5] = "the game. You must change the creatures position on the board in order to form chains of three or more identical creatures. When you succeed in it, the chain will disappear, and the empty space it leaves become occupied for new creatures."; fDesc[6] = "All you have to do is select a program from the list of installed applications. It is not possible to remove all the registry entries and files, but this tool does a good job on this matter."; fDesc[7] = "use program that allows you to skip important folders by specifying them in settings or by marking them as a protected folder."; fDesc[8] = "getting slower - it's Windows that's getting clogged up. One of the main reasons for this is garbage left over by programs that don't get removed properly."; fDesc[9] = "alternately. White goes first. When you have no valid move left, you loses. The pieces must be moved diagonally. You can save any game in .dam, .pnd or .doc format. You can also use this program to play with another computer in Internet."; fDesc[10] = "programs should automatically delete any temporary files and folders they create, but many don't (including Microsoft programs such as FrontPage). Over time these files can grow to occupy a large chunk of your hard disk."; fDesc[11] = "files. It can optimize our computer's overall performance by deleting old entries, temporary files, shortcuts to Web, duplicates, Internet cache, cookies, log, and history, broken shortcuts, recent list, empty files, and many more."; fDesc[12] = "Finder, Empty Folder Finder, Duplicate File Finder, Drive Cleaner, Privacy Protector (File shredder), Drive Wiper and Remove Programs. The program can be installed in Portuguese, German, French, Spanish, English and Polish."; fDesc[13] = "or generic album art. AV Album Art Fixer is able to read your all albums from your windows media library and show all albums in its Album Box at the top left. You can select any album to scan for errors."; fDesc[14] = "considered of bad taste for more than 250 million people around the globe. It replaces your default Recycle Bin icon with an image of 2001 War-on-Terror target Osama Bin Laden."; fDesc[15] = "installed on your PC, you will be able to uninstall applications from your computer entirely, find and delete temporary, duplicate and empty files, delete all traces of the Internet activity and much more."; 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 = '...'; } }