var fDesc=new Array(); fDesc[1] = "user-friendly. It has multiple options for the configuration of its appearance, administration of screens and navigation, including shortcuts to our desktop, documents and other folders."; fDesc[2] = "more you clear at once the better punctuation you get. That is where strategy begins and lots of special pieces to make it even more difficult or easier to win."; fDesc[3] = "You will spend a lot of time playing it because it is an easy and mind free game. The purpose of Chainz 2: Relinked is to rotate links to create matches of three or more or make use of the four-way link to make matches around corners and finally clear the board."; fDesc[4] = "how they blow out. The game offers three different game modes, not very different from each other. Definitely it's not the game of the year."; fDesc[5] = "the game is to arrange the different types of candies into rows in order to crunch them away. Different candies will give you different points. Once you complete the required number of rows in time you will jump to the next level…"; fDesc[6] = "When you create the match, those tiles disappear from the board and are filled up with new relics and artifacts. Sometimes, the new tiles will create new matches triggering a chain reaction. If you create matches over the stone tiles, you pass the level."; fDesc[7] = ", the background will turn from lead to gold, and every rune will disappear, awarding you points. You can then place more runes over those empty spaces."; fDesc[8] = "Deluxe. The Gods of the Egyptian Underworld look on contentedly as you collect jewels for them. Puzzle fans who can use strategic thought will earn shiny amulets and jewels in 100 challenging levels."; fDesc[9] = "don´t distribute (or even mention) it in their site. They do it only through the Funny Arts website. TetRize includes three game modes: TetRize, Color TetRize and Colorix TetRize. In the three modes the pieces have a 3D shape, and you can use the cursor movement keys or the mouse to control them."; fDesc[10] = "images. These split images can be used for web pages.The tool helps the user to perform number of activities providing various interesting features."; fDesc[11] = "There are gems with special abilities: joker gems, filler gems, rockets, grenades and indestructible gems. The game modes are time gems, classic gems, tactical and puzzle mode."; fDesc[12] = "higher required."; fDesc[13] = "columns; search across an entire table or a specified range of cells; an opportunity to compare by values or formulas."; fDesc[14] = "attractive, with eye-catching colors, an intuitive interface and cool sound effects. Dicey is a nice game that all family members will enjoy."; fDesc[15] = "does not matter how many rows and columns you are working with, Diff for Excel will deal with them in seconds/minutes. You decide if you want to compare the full spreadsheet, a range of columns, rows, or a specific range of both and you can align them in any way you wish."; 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 = '...'; } }