var fDesc=new Array(); fDesc[1] = "tiles for bonus points in the Tournament mode to beat the other player and increase your rating higher and higher."; fDesc[2] = "the most popular games in history even more fun to play. Simply match tiles in pairs to eliminate them from the board. But be careful, remove the wrong tile and be stuck without a move."; fDesc[3] = "development for 10 years. The purpose of the game is to remove all the tiles from a board. The rules are simple and the game is extremely addictive The tiles must be removed by pairs."; fDesc[4] = "notepad, MS Word, etc. ShaPlus Google translator uses Google Translation Services and supports around 41 different languages. It also allows you to integrate this utility into context menu of Internet Explorer."; fDesc[5] = "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[6] = "Memory Match, Shadow Shapes, Perfect Pairs, Which Is More, Find New Image, Copy Cat, Color Match and more. The indicated link will download an installer, that will retrieve the rest of the game from Internet."; fDesc[7] = "Poker Pop you will be playing your way around the globe. You’ll be at fifty cities in five different countries, collecting postcards and souvenirs along the way. Have a good trip!"; fDesc[8] = "others games alike since it has an underlying story going on.The goal of the solitaire is to clear all the cards from a certain layout. To do that you have to make pairs of cards that match their values."; fDesc[9] = ", if you only want to play classic Mah Jong, instead of playing the adventure mode.The goal of the game is to clear the board of tiles by matching them off in pairs."; fDesc[10] = "select them and clear them. To reach each level you must find the golden tiles and make them available to collect them."; fDesc[11] = "dozens of levels with thousands of combinations of shapes. French, English, German and Spanish vocabulary."; fDesc[12] = "modem cables are not required. You can connect any number of virtual port pairs. It's very useful for debugging."; fDesc[13] = "the floodwater gets too high. Play takes place on a board eight by eight squares in size, complete with 32 pairs of animals. It is your task to match up the pairs of animals; match a pair and they are removed from the board."; fDesc[14] = "that are not identical, the faces flash for less than a second, then they close up."; fDesc[15] = ", hidden beneath 32 gravestones before you run out of time."; 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 = '...'; } }