var fDesc=new Array(); fDesc[1] = "does without its not-so-needed components. The install file is considerably smaller and the program starts faster and runs smoother."; fDesc[2] = "the movement of files considerably and it also adds several functions that are not present by default on Windows. When you are copying files with TeraCopy you will notice that you are given more information than before."; fDesc[3] = "the drive, allowing you then to backup the movie using a DVD backup tool such as CloneDVD."; fDesc[4] = "related to Creative Hardware, Drivers and Application Software. The Program identifies the devices connected to the computer and generates information which helps the product developers."; fDesc[5] = "to enter the new continent unexplored with their richness by exploiting some indigenous to conquer. This version has several bugs and lacks some features present in version 1.1, like some out-of-sync bugs and multiplayer scenarios."; fDesc[6] = "PC and on the Internet. This incredible program enables the user to present your photos and videos, import enormous amounts of data, optimize it quickly in real-time and place it systematically into albums."; fDesc[7] = "by Konami. Pro Evolution Soccer 5 (Winning Eleven 9 in Japan and World Soccer Winning Eleven 9 in the US) was launched by Konami in October 2005 and showed the images of John Terry and Thierry Henry on the cover."; fDesc[8] = "definitely one of the best database managers for MySQL I ever seen. Manage multiple servers, databases, tables, indexes, stored procedures... Perform complex SQL queries, execute scripts, and more."; fDesc[9] = "profesional-looking documents from geetings cards, booklets to posters, banners and much more… With its table tool you can design stylish, high-impact tables and position them precisely in your documents. It´s very simple to present data and information."; fDesc[10] = "every file present on the current drive with its last modification’s date and time, size of the file, attributes like hidden or read only or write only, etc. Not only that, the sorting of the files can be done by date created, modified or by size, name, etc."; fDesc[11] = "Alicia's customers by selling them the best outfit and assisting them as quickly as possible. Give the VIPs special treatment by choosing their outfit carefully, hire a help to clean the boutique and give discounts to angry customers."; fDesc[12] = "for more than 50,000 locations worldwide. WeatherMate offers you a simple and very easy to use interface with multiple customization options. You can use the metric or the English units and switch between them in no more than two clicks."; fDesc[13] = "default keys present on the keyboard to something else. For example, you can easily map your windows key to act as backspace or something depending on your choice."; fDesc[14] = ", playback, and edit them with professional results. It not only recognizes every note and chord present in printed scores, but it is also capable of digitizing most handwritten music representations, including accidentals, ornaments, ties, and slurs."; fDesc[15] = "future when the user actually tries to access them. To avoid such issues, CheckFolder is a good application, which performs integrity validation of all the files present in the drive or a particular folder."; 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 = '...'; } }