var fDesc=new Array(); fDesc[1] = "in Europe Be a Legend mode, which manage a single player to take him from small teams and benches to the maximum level. The graphics and atmosphere of the stadium was updated and enhanced to complement the experience of PES."; fDesc[2] = "free demo for evaluation from the developer's website. Depending on our computer capacity we can choose between two downloadable demo versions, the small one or vanilla version, featuring the English & Scottish Leagues and the bigger version, which includes up to 12 Leagues."; fDesc[3] = ", 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] = "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[6] = "speedboats, yachts and seaplanes in races around the virtual world to win prizes and popularity and become the top racer in the league. With Powerboat GT players must win races, gain popularity for sponsorship or take on jobs, for cash."; fDesc[7] = "your own baseball world. Includes online or solo play, real/fictional rosters, historical sims, drafts, trades, scouting, and more! Try the free demo!"; fDesc[8] = "details. Tracks teams, players and referee stats. Generates statistics tables, result prediction. Includes a Web site creation feature."; fDesc[9] = "Premier League, French Ligue 1, German Bundesliga, Italian Serie A, Spanish La Liga, Carling Cup, FA Cup, Euro 2008."; fDesc[10] = "forecasts for football, baseball, ice hockey, soccer, basketball, futsal, handball, volleyball, rugby and more."; fDesc[11] = ", divisions, teams, matches, and players."; fDesc[12] = "Save time and use our League Scheduler software to create your round-robin or traveling league schedules."; fDesc[13] = "reporting options. The easiest solution around to managing your home or commercial poker league."; fDesc[14] = ", all the way to the finish. LAS is built to save you time and money, which is why our motto is: Do less paper work, play more ball!"; fDesc[15] = "can also manage the league, print the league fixtures, enter scores and print weekly tables of scores. ..."; 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 = '...'; } }