var fDesc=new Array(); fDesc[1] = "line, focusing on an experience of intense and exciting race.GRID focuses 100% in the race. GRID will take players to amazing racing places on three continents."; fDesc[2] = "environment."; fDesc[3] = "doesn't provide that much new features but its not a bad game. If you are a racing fan, you should try the demo first, there is a chance you can love it or that you can find it a little bland."; fDesc[4] = "with an integrated online competition feature, thus maintaining the realism of pool championships in style of the real life."; fDesc[5] = "at the beach. The people of IncaGold brought this game as no one other could, with great graphics, including shadows and sand effects and variety of option you can choose from."; fDesc[6] = "car is offroad type, so you can imagine big trucks, with high power engines and big tires. The circuits in which the races take place are full of curves and hills so it keeps very interesting all the time."; fDesc[7] = "chance to race single seater and track day sports cars. With great graphics and physics, this game looks and feels like the real deal. It is an excellent choice for all racing fans."; fDesc[8] = "through deserts, country roads, rocky mountains and icy winter roads. The game consists of a series of championships. You can choose the type of car you want to drive, and the color it will have. You can select between six types of championship."; fDesc[9] = "market and your financial situation."; fDesc[11] = "add-on takes you along with your favorite teams as they advance in the European Football Championships. The football fans will like this simulation and it is an excellent collection for others."; fDesc[12] = "Tennis Association DTB (Deutscher Tennisbund). TOURNAMENT has been on the market since 1994. Currently there are more than 2000 users in Germany and other German speaking countries. Even European Championships have been administered with it. TOURNAMENT supports - several event types as single, double and mixed doubles + elimination system with consolation + double elimination system + round robin + party + Triple KO - export the events as HTML into the internet - manage your own players database - create any players, seeding and winners lists with different sorting criteria - easily transfer data to or from office programs - manage a schedule - drag & drop - zooming of all windows - validate time and court of the matches - print diplomas - use several bitmaps in your event printouts - and much more. TOURNAMENT Professional additionally offers - qualification and sign in - automatic..."; 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 = '...'; } }