var fDesc=new Array(); fDesc[1] = "4000 years ago. Match magic gold tiles as you travel through 11 dynasties and 175 levels. Unlock centuries of wisdom to collect the Lost Dynasty Treasures!"; fDesc[2] = "your brave gladiators! And the Temple of all the Roman Gods will bring you luck! The fabulous Caesar?s land opens its gates in front of you."; fDesc[3] = "world with daemons, kings, queens and pixies. You become into a magic master who have to learn tricks, cast spells, and collect magic powders and stuff like that, in order to progress in your journey. You can try this game for 60 minutes or you can try it online."; fDesc[4] = ", and collect tips. You must help the restaurant owners to collect the money needed to pay their rents to Mr. Big, who wants them to fail because he wants his big restaurant to be the only one in the city."; fDesc[5] = "have to collect some items to enhance your score, get extra lives or obtain a weapon. For example, you can get a knife that can be used ONCE against a monster."; fDesc[6] = "site Gametop.com In this opportunity, you are going to travel to an ancient culture full of mysteries and adventure, the Egyptian culture. As you may know the major god was Amon Ra, he was the symbol of the sun, giver of life."; fDesc[7] = "all packets without the target users' recognition. It can also detect the ?arpspoofer? program and block user definable session like firewall."; fDesc[8] = "ship in space to collect its treasure. Each level of this game will challenge you with new adventures and increasing difficulty."; fDesc[9] = "tile-matching adventure that begins over 10,000 years ago. Match magic gold tiles and travel through 12 Japanese eras, unlocking wisdom that will guide you to the Emperor’s lost treasures!"; fDesc[10] = "and enables you to share your collection with other users. With DVD Profiler you can categorize your collection and can also perform powerful search for finding DVDs of your choice."; fDesc[11] = "of same colors to collect them and defeat the evil black wizard, this game will give you a great challenge of time and fast abilities. A simple and easy game with a lot of good fun play."; fDesc[12] = "Magic Crystals to form a Scepter, an artifact that will give you super magic powers. To form a Magic Crystal, you´ll have to collect runes of the same kind."; fDesc[13] = "some special items hidden as well, and you must collect them for extra bonus points; some of the items are hidden in parts, so you must collect their parts and form the complete piece."; fDesc[14] = "front bumper. At the beginning you’ll be shooting an “aquasphere” which will hit something in the current scenario, coming back towards you. You’ll have to place your ship in front of the aquasphere in order to keep it bouncing all over the place."; fDesc[15] = "collect a certain number of pearls in order to advance between levels. For doing so, you must click with your mouse to the point where you want the diver to swim to and collect the pearls from the oysters."; 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 = '...'; } }