var fDesc=new Array(); fDesc[1] = "stealth games and role playing games. The storyline is really well done, and the decisions you make throughout the game change the storyline itself. It is still a great game and a great story, if you like this sort of ambiguity this is a great game to have."; fDesc[2] = "action games. Stay as long as possible on fighting pits against hordes of zombies and skeletons. 40 missions and two additional modes: Survival and Greed."; fDesc[3] = "the game progresses, you realize you have supernatural powers that will assist you in the game and in the storyline. It is a very entertaining and innovative game, and its recommended for all adventure fans."; fDesc[4] = "population of the planet. Well-equipped detachments of enemies spaceships stand in your way."; fDesc[5] = "through the hunting expedition from Utah to Mexico and to New Zealand. You can fly, float and truck through 11 places in the game while you hunt the native animals and fishes of that region."; fDesc[8] = "approved by ATF for individuals to use as an alternate record. Designed specifically for gun collectors."; 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 = '...'; } }