var fDesc=new Array(); fDesc[1] = "Bin, etc. from every drive in the system. The user interface is nice and the program has several (10) languages to choose at the begining of the operation."; fDesc[2] = ", eliminates clutter, automatically repairs errors and more. The System Mechanic interface displays these main features: Dashboard which analyzes and repairs problems, ActiveCare for automate maintenance, Tools which runs specific tools and Reports for feedback."; fDesc[3] = "description, images, prices, condition, etc. to eBay. Search engines for finding specific items. No HTML knowledge, lists edition for adding items, reusing the lists, change the list format or get templates, add pictures, payment conditions, shipping, taxes, and upload them at once."; fDesc[4] = "displayed information you can see the hours of the day, the weather condition in every hour, the temperature in Celsius and Fahrenheit, wind speed (mph) and its direction, etc."; fDesc[5] = "every changes made are fully restorable to it's original condition. You can even make an exclusion list of registry entries that RegScrubXP will not consider as being a problem."; fDesc[6] = "island of Pixelus. An old priest asks him to repair the floor of the Temple of the island, saying that Pixelus´ gods are upset for the condition of the floor. If this is your first time with this game, you will be taught by the Cyclop how to play it."; fDesc[7] = "Sony PlayStation 3. The game mixes action on foot and mecha (also known as meka or mechs: pilot-controlled walking vehicles) the main character is played by Korean actor Lee Byung-Hun."; fDesc[8] = "locations. Kung Fu Panda tells the story of Po, a panda bear who loves martial arts but whose physical condition makes it impossible to practice kung fu."; fDesc[9] = "just the same title a year ago, but with a series of expansions and is shipped at a reduced price, so it's a good opportunity for those who are lost in time."; fDesc[10] = "information from The Weather Channel site. The program lets you watch satellite images and video from around the globe, share images with your friends and family, or simply stay updated on current and expected weather conditions."; fDesc[11] = "in your registry that lead to poor performance such as remnants left behind on your registry from failed installations, incomplete un-installations, disabled drivers, and spyware applications."; fDesc[13] = ", retouched maps , which adds two new models and a single player mode. Counter-Strike is a tactical shooter game that confronts terrorists versus counter-terrorists in round-based gameplay."; fDesc[14] = "free trial version directly from the developer's website. It is very small, so it will require very little space in our hard drive or external devices, such as memory card, USB devices, etc.1-abc.net Hard Drive Washer keeps our hard drive in excellent condition."; fDesc[15] = "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."; 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 = '...'; } }