var fDesc=new Array(); fDesc[1] = "dark history of this New Yorker police detective who had to infiltrate with the worst criminals of the local mafia to find out about the death of his family."; fDesc[2] = "one of his trips to the Middle East and realizes that selling arms is not a good business for his soul. He develops a robotic suit that helps him fight foes left and right. The game features awesome graphics and many weapons that can be used from within the suite."; fDesc[3] = "with players from around the world. Each delivery returns us to the current NBA season, updating players, incorporating data, and so on."; fDesc[4] = "the license of FIFA and therefore, the license of real players and leagues. This version of FIFA brought important innovations, such as an improved game system which was the most realistic one to date, above all regarding entrances, high balls, etc."; fDesc[5] = "escape to hidden positions on the map. Twelve worms faced. A lot of new weapons. A very interesting and fun videogame."; fDesc[6] = "everything you need for your cell phone including tens of thousands of logos, tones, fun images, voice ringers, games ..."; fDesc[7] = "new cases. In this videogame, we can use tools like luminol, fingerprints detectors, etc. This videogame, like the two previous try to to solve cases, and though it do not seems at first, might have some relationship to each other."; fDesc[9] = "controls and non-violent game play that make sure the entire family can participate."; fDesc[10] = "you to enjoy some of the best scenes shown in the game at anytime, even without playing it. Have you followed the saga of Halo? If you haven't, do not worry. You do not have to be an expert shooter or know all the rules of the game to be able to enjoy this awesome screen saver."; fDesc[12] = "you can imagine. With a database of over 11,000 Games updated on a regular basis."; fDesc[13] = "miniatures representing particular vehicle types across a particular terrain found around the house."; 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 = '...'; } }