var fDesc=new Array(); fDesc[1] = "saga, in this case, you are going back to the ancient Persia. Like in the other games you will climb walls, jump, and do all kind of incredible movements."; fDesc[2] = "4 unique tanks of action-puzzle adventure!"; fDesc[3] = "explosions. You have to join the same kind of jewels, as you do it, they will explode and in that way you will reach points. You will find a lot of precious stone such as ruby, emerald,amber and so on."; fDesc[4] = "made its grand debut on the XBOX 360 when the console was just released. The game introduced certain features that were long missing from the previous games. The most important change from the previous game is the great graphics that this game has."; fDesc[5] = "innovative interface, extremely easy to use and designed to support your remote control, you can browse tons of sports video stored on your hard drives. Maybe the most innovative feature of this application is the automatic highlights detection in your videos."; fDesc[6] = "deeper sharks appear on the right hand side and come to us. These sharks have words written on their bodies. We can keep them away by typing these words."; fDesc[7] = "and you must haul cargo across the entire United States. Your goal is to make money, dominate the roads and eliminate the competition."; fDesc[8] = "stages which are called challenges, as we must prove ourselves as top chefs. In each challenge we must create different recipes in a limited time. To create a recipe you must follow some steps. In each step you must use different flavors that must fit the ones required by the judges."; fDesc[9] = "film with the same name. In the game, you are in the middle of Oakey Oaks, where you will take the roles of Chicken Little and his friends, Runt-of-the-Litter, Abby Mallard, and Fish-out-of-Water."; fDesc[10] = "photos, taken by the renowned wildlife photographer Rich Beckman, you will enjoy observing lions, leopards, cheetahs, zebras, giraffes and many other animals, while solving brain-teasing puzzles."; fDesc[11] = "you have to run your loads from coast to coast. Your goal is to build a fleet, deliver the goods to make money, dominate the roads and eliminate the competition."; fDesc[12] = "series includes a complete list of titles which represent different missions for Nancy Drew to solve. Nancy Drew, will be traveling to the Canadian Rockies to investigate the Icicle Creek Lodge."; fDesc[13] = "this love story in which you will take a part as Cupid's assistant. Your job is to create a happy ending for their love story. You play some games for whishes and then use those wishes to create the love gardens."; fDesc[14] = "control a castle and its peasants. The aim of the game is to convert 1 billion people to win the game. Each day we must decide how many of our peasants will do each job. The jobs available are merchants, builders, clerics and soldiers."; fDesc[15] = "players, that fans of the genre will love. The game is inspired by the classic Empire, and the objective is to conquer the world, by destroying the pieces or cities of your enemies."; 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 = '...'; } }