var fDesc=new Array(); fDesc[1] = "entrancing play modes, explosive new gems, and dazzling special effects! Brilliant colors, incredibly smooth to play, good sound effects."; fDesc[2] = "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[3] = "they are automatically removed from the board. In order to get to the next level you will have to make a certain number of matches."; fDesc[4] = "garbage and improve its general performance. After the deletion you may retrieve the files safely from the bin if needed."; fDesc[5] = "data contained in it, but also active applications (yes, including applications that you are using at that precise moment without making any kind delay or lower the performance neither of the copying process nor of the application process itself), thanks to Hot Copy technology."; fDesc[6] = "from overflowing the screen. It has a basic interface with simple graphics and sounds. The basic idea is fun but it needs some additional features."; fDesc[7] = "of several levels. You must use your mouse´s left button to choose pairs of identical tiles, in order to eliminate them all from the board. You can´t choose just any tile, it must be at the corner of a layer, with at least one free side, or you won´t be able to choose it."; fDesc[8] = "faces) to the coming Snoods. If they form a group, they will fall, clearing the board. As you launch Snoods the Danger Bar increases and when it fills up, the screen moves down. If a Snood touches the bottom, the game ends."; fDesc[9] = "new cases. In this videogame, we can use tools like luminol, fingerprints detectors, etc. This videogame, like the two previous try to to solve cases, and though it do not seems at first, might have some relationship to each other."; fDesc[10] = "to align colored stones. each time you do a match of at least three pieces with the same color, then you will send energy to the center of the rings and the Zenerchi will be up."; fDesc[11] = "allows you to delete the repeated files found. It has an optional wizard to guide you during the search and delete processes, and default protection for vital files and folders."; fDesc[12] = "to do with them. Without an application like this one, it is very difficult to tell if a file is fully identical to the other or you could delete the one that has different information and then regret about it."; fDesc[13] = "this challenge. Every level of the game will bring you new fun and more difficult activities. Move the rings and think how to make big groups of beads of identical colors."; fDesc[14] = "the search (pictures, music, movies, executables, and text). After searching you can select the files you wish to delete. The clone files found are saved in a list."; fDesc[15] = "that are not identical, the faces flash for less than a second, then they close up."; 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 = '...'; } }