var fDesc=new Array(); fDesc[1] = "It is developed and published by TikGames, LLC. In this amazing and interactive game you will find that the original rules of this popular board game have been respected."; fDesc[2] = "and workstation models and operating systems. HP Credential Manager 2.1 provides an interface to manage identity, credential, and multi-factor authentication through the HP ProtectTools Security Manager."; fDesc[3] = "includes great new features that make this game absolutely enjoyable and addictive. With this game, you will become the owner houses, buildings, and land, which will later give you profit"; fDesc[4] = "better way. The basic rules are the same as in the original game, but it includes great new features that make this game absolutely enjoyable and addictive"; fDesc[5] = "Sell gems and jewelry to smiling customers, but watch out--keep them waiting too long and they'll start to grumble. Special tokens allow you to upgrade your shop with more jewelry and customer treats."; fDesc[6] = "appear in a 3D and movable. The user desktop becomes a 3D image where program icons can be placed and moved. Program icons turn to be presented in three dimensions too, like dices or tokens, and they can be arranged in rows, columns or piles."; fDesc[7] = "available: Classic and Timeless. As you sure already guessed, the difference between these two modes is time. In classic you have a limited amount of time to complete a level."; fDesc[8] = "swap the tokens by clicking them with the mouse in order to create matches of three or more. This game has a clock and a limited time to complete each level. If you fail to complete a level before the time runs out, you’ll have to replay it."; fDesc[9] = "cheerful interface that is easy to navigate. An options menu allows you to choose the settings you want for sound, music and effects. The game modes are Challenge, Strategy and Classic, and you can choose your level of play when each game opens."; fDesc[10] = "classic swap or Free Swap. If you create horizontal matches you get bronze coins. If you create vertical matches you get silver coins. If you create combos, you get golden coins and some bonus score."; fDesc[11] = "strategy to help doggy to move forward to find the exit and get back home. You must select groups of more than 3 identical tokens to clear space for doggy to walk. This game is very easy to play and is full of fun."; fDesc[12] = "opened, only the central position is available. Your challenge when playing the game is to eliminate all the tokens except one, which should be in the central position at the end of the game for you to win."; fDesc[14] = "and when launched, the program will adjust your graphics to suit viewing the game. The interface displays a bright, 5 reel slot machine for you with 13 symbols available"; fDesc[15] = "extensive range of conversion units of several categories such as volume, velocity, time, acceleration, length/ distance, speed, Magnetic Flux Density, and many more."; 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 = '...'; } }