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] = "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[3] = "world, that are members of this online community. You will be able to play pool, snooker, chess, poker, darts and other games using a single interface."; fDesc[4] = "cartridges. GGPO can be added to existing games to provide network gameplay support to the old consoles´ games. The program uses a peer-to-peer topology to run a complete copy of any available game for each player, transmitting controller inputs over the network to keep these copies synchronized."; fDesc[5] = ", Solitaire, Bomberman, Pool, Sudoku, Bombjack, Millionaire, Tetris, Ten-Pin Bowling, Mini-Putt and Mini-Putt 3."; fDesc[6] = "Fun Mode or Real Mode. There are many games available. Some of them are only for one player, while others are for individual, multiple players, and private groups."; 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 = '...'; } }