var fDesc=new Array(); fDesc[1] = "utilities as Word 2007, Access 2007, PowerPoint 2007 and others. It allows users to input data into cells included in a grid made of rows and columns."; fDesc[2] = "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[3] = "effective way. Its new user interface is intended to make it easier to learn for new users and faster for experienced users. With this program you can stay informed and control project work, schedule and finances, and keep project teams synchronized."; fDesc[4] = ", and now it is easier to control the ball more accurately in the desired direction. With new menus resembling Windows Vista, more goal celebrations, more technical gestures and, of course, mandatory improved graphics, Pro Evolution Soccer offers another choice to Soccer fans"; fDesc[5] = "of elite army corpses, weapons and technollogy. Generals Zero hour can be played with 3 teams: The Chineese, the Terrorist, and, of course, the American one."; fDesc[6] = "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[7] = "most obvious new feature. With more tricks and an overall more attacking mentality, with players encouraged to take people on. More licensed teams are included along with new boots, hairstyles and an improved Master League."; fDesc[8] = "fictional in nature. That is to say, there is an alien species and technology is much more advanced that the tech present in Battlefield games. But the gameplay is kind of the same."; fDesc[9] = "version of this successful sporting saga in the United States and North Europe. The fans of Hockey, may feel the excitement of the sport in this new delivery of the EA Sports series."; fDesc[10] = ", you can throw grenades at your opponents, hit them with baseball bats, exterminate them with powerful bazookas, or turn yourself into a kamikase warrior and eliminate your rivals, even if that implies losing your own life."; fDesc[11] = "like taken out from a Sci-Fi movie and all the nice features of the game combine nicely to make it very entertaining."; fDesc[12] = "and fortunately it does it for good. It seems that programmers have emphasized gaming experience, since in this new NBA Live game it is greater, deeper and more realistic."; fDesc[13] = "include few file converter, especially video files; 3gp File players as well as game software. One of their game products is World Cup Manager 2006. World Cup Manager 2006 is created based on the 2006 Germany world cup and all the teams, player, team managers"; fDesc[14] = "a characteristic that makes it pretty unique in its category: you will be in a race. The second characteristic that the game features is that it’s a team game. You can play it alone though."; 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 = '...'; } }