var fDesc=new Array(); fDesc[1] = "matchmaking and text and voice chats. Features game news and downloadable demos. When you install GameSpy Arcade 2.05, the program seeks for supported installed games in your computer, in order to allow you to play them online. If it finds nothing, it will later help you to find some."; fDesc[2] = "them at the site Gametop.com and you can download there. In this title you will find some funny birds that you will have to shoot. In the main menu you can choose between adventure, arcade and puzzle."; fDesc[3] = "trial version at the company's site. In some levels you will have to match objects, in others you will have to collect different things, find hidden objects and solve some puzzles."; fDesc[4] = "goods. I you love action and persecution, Mad Dogs on the Road will give the right option to challenge your ability and fun. This game is a free download game and a very simple game to play."; fDesc[5] = "all dark crystals containing the power of orks. Gnomzy is an entertaining and fairy-tale game."; fDesc[6] = "time since it can keep our minds active, while providing hours of entertainment. This jigsaw puzzle offers about twenty good-quality pictures for you and your family to solve."; fDesc[7] = "enemies to save his life. You are going to plunge into the underwater world, full of dangers and adventures."; fDesc[8] = "published by Sega. The movie was made famous for it's characters, and the game for its breathtaking graphics, which still look amazing today."; fDesc[9] = "game modes: Relax and Timed mode."; fDesc[10] = ", BlockOut may very well be the next Tetris."; fDesc[11] = "field. Your goal is to save your favorite cartoon heroes who were trapped behind a magic wall by a mean Warlock."; fDesc[12] = "ocean fish can be sold for a pretty sum of money!"; fDesc[13] = ", Pentix, Sixtix, Triangularis. You will find friendly interface, nice sounds, music and large High scores table."; fDesc[14] = "coward hare to a rapacious bear. You'll have to collect as many trophies as possible and stay alive. Ready? Let's have a hunt?"; fDesc[15] = "game is to eat as many fruits as you can. Download this fun coffee break game now!"; 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 = '...'; } }