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] = "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[3] = "you ask me. The franchise started back in the year 1993 on the Sega genesis. Since then, this game has been improving in almost every aspect possible."; fDesc[4] = ", Live Radio, Astrology, Forex, Movies, Pets, Recipes, Sports for your complete entertainment, information and communication."; fDesc[5] = "being the basketball game with the best graphics on any platform. However, graphics is not everything when it comes to sport games. Its competitor, NBA 2K8 is the best game when it comes to playability."; fDesc[6] = "a big city. This exciting game is easy to play, and you will find three cool sport cars available to drive, although two of them will remain locked until you win some races."; fDesc[7] = "vehicles and off road tracks. You will feel the adrenaline in all the jumps and airborne tricks. All the scenarios full of dirt, mud, water and thick vegetation, in which you will be able to play are taken from the real world."; fDesc[8] = "wonderful wallpapers and photos for your desktop, emailing, greetings, blogs and other projects. Photo Frame Show offers different photo frames with amazing graphics for your or your family's photos."; fDesc[9] = "Hockey is one of their strong suits. I am not big fan of ice hockey, but I can appreciate the fundamentals behind it. From what I could gather by playing the demo of this game, the visuals are stunning."; fDesc[10] = "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[11] = "with players from around the world. Each delivery returns us to the current NBA season, updating players, incorporating data, and so on."; fDesc[12] = "allows you to create template designs. Those designs can be used to print on your DVD or CD discs that are printable. Your burner has to be LightScribe capable in order for this application to work and you also need to have some other LightScribe software installed."; fDesc[13] = "EA SPORTS games have gotten, but is nonetheless a fun game and a must-have for Rugby fans everywhere. For those who don't know, Rugby is a game very similar to Football, except that passes are only thrown backwards and the sport is more fluid than football."; fDesc[14] = "this past summer, not all of them. The sports that you can play range from several running events, to swimming, to throwing, etc. The game plays way better than the last Olympic video game I played."; fDesc[15] = "popular winter sports. Anni Friesinger, an Olympic champion, presents the game. It consists of a newly designed campaign mode that consists of 42 missions and End Boss rivals."; 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 = '...'; } }