var fDesc=new Array(); fDesc[1] = "from Electronic Arts. It shows the status of components available. Much like Steam, many games require the manager to be online before the game functions properly."; fDesc[2] = "developers, including Atari, Popcap and WildTangent Studios. WildCoins are a payment system you can use to play WildGames. They work like quarters in an arcade."; fDesc[3] = "greatest selection of games and limits: Texas Hold'em, Omaha, 7 Card Stud. Now over 17 million players. Download PartyPoker now!"; fDesc[4] = "You will have a board full of colored gems. You need to swap identical gems .Swap adjacent gems to make sets of three. If you have the option of swapping four gems that will create a power gem that, when swapping it too, will give you extra points."; fDesc[5] = "know how much of a hassle it can be to update them manually. Especially so now that developers update their games faster than ever. When you install this application, it will scan your hard drives and list all your games in the interface."; fDesc[6] = "an incredible game, you fall in love with GameSpy Comrade, a revolutionary desktop software designed to make it easier and faster to play games online with your friends."; fDesc[7] = "the with the action concentrated to holdem and the limit games in particular. At Peak time the room hosts approx. thousands of players online."; fDesc[9] = "kinds of video games, from classic arcade games to the newest PC hits. It is the perfect software for all gamers, since you can play the games in its original format, right in the Game Tap window."; fDesc[13] = "Tournaments. Poker.com offers No Limit Poker Tournaments & Daily Texas Holdem Freerolls. Download now!"; fDesc[14] = "yourself a painter using your paint-tube at the bottom of the screen. The idea of the game is to erase all the spots from the screen. The spots are of different colors: blue, yellow, red, violet, green and light blue."; fDesc[15] = "and easy to use package to make your downloading process simpler. With this application you can download: files, music, movies, software, pictures, and games more easily."; 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 = '...'; } }