var fDesc=new Array(); fDesc[1] = "from anywhere in our computer directory, decide which size is best, choose an e-mail program and go, then automatically the e-mail program opens in the form of a new message with the attached file in it."; fDesc[2] = "collection and even those CSS-encrypted and region-protected discs. Without special setting, CloneDVD will automatically remove CSS protection and region codes during copying."; fDesc[3] = "cleaning / deleting unnecessary files. It can also be used as a tool to monitor your network usage. Realtime Disk, Network, Memory and CPU usage graphs are available. Not much features in the program. Anyway, rating 3."; fDesc[4] = "8-ball, Cutthroat, 3-ball, Golf, 14.1 Continuous modes. He/she can choose to play some Trick Shots, too. Each time you select a mode, Backspin Billiards will display a screen with the rules for that specific variant, along with the options you can modify."; fDesc[5] = "paradise. The Sims Castaway Stories offers you two forms to play. In the new and interesting way of directed history , you should achieve certain objectives and In the open-way game mode , you create the Sims and decide how they are going to evolve in their brand new islander home ."; fDesc[6] = "to your CD, DVD and other media, jewel case inserts, covers and more. Once you start the program, a wizard will guide you to create and print Disc Labels, Discs with Jewel Cases, Discs with DVD Cases, Discs with Inserts or Mini DVDs."; fDesc[7] = "side of the force, being a droid, clone or rebel. Battlefront transports us to different battlefields of the saga of George Lucas film scenarios. The graphics are great and the voices of the characters are realistic.You can also play in multiplayer mode."; fDesc[8] = "like and to the location you want. But that is not all, you also can take multiple screenshots from the video you're working with and put them together into only one image file, with and amazing comic-like look!"; fDesc[9] = "asks you to reboot your computer. Quite often, no reboot is really needed. WhyReboot checks the pending file operations that will occur after rebooting your computer, helping you to evaluate the convenience of rebooting your computer."; fDesc[10] = "test to adjust the game speed to your typewriting skills. You can repeat this test in the future, while you improve your typing speed. The game has three playing modes: Adventure, Abyss and Typing Tutor."; fDesc[11] = "on a new site or modify an already done site. If you´re starting a new site, you will have to choose its name and where to save it."; fDesc[12] = "the place where all the applications save information on how they work and about your settings. It is also the heart and soul of your computer. A critical error there, will make your computer useless."; fDesc[13] = "and album. But this could be done easily without this software through google. The point of this program is that it can scan your computer and decide which of your albums have album art missing."; fDesc[14] = "exposure. However high ISOs have a great problem, there´s a lot of noise. Noiseware Professional Edition will help you correct as much as possible the problem of noisy pictures. Noiseware Professional Edition acts as a noise filter which will improve your photos."; fDesc[15] = "when the floppies where the storing media of choice. Back then, with a only a megabyte and a half in size, those discs could only hold so much data."; 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 = '...'; } }