var fDesc=new Array(); fDesc[1] = "your character has. This includes the glaive, a triple edged metal boomerang that can shred your opponents to pieces. The game is fun and entertaining, recommendable for action gamers."; fDesc[2] = "includes new characters, new animations, new graphics and updated content. This all makes the game more enjoyable, if you needed to be. The Witcher enhanced version is THE game RPG fans should buy."; fDesc[3] = "superheroes. The game features huge, eclectic cast of Marvel heroes and villains. It is deep, yet largely optional character-customizatio n system."; fDesc[4] = "weapons and devices, 3 game modes (Campaign, Firing range, survival), Worldwide Hall of Fame and much more."; fDesc[5] = "with different levels and difficulty modes. Each level will increase the speed of your enemies and their number. Collect bonuses that will help you complete your tasks."; fDesc[7] = "solution, in the form of the MorphVOX Deep Space Voices 3.3 It is a dedicated add-on program for all the MorphVOX Pro users, allowing them to sound as though they have been taken back into the ancient world."; fDesc[8] = "You will encounter perils on your way. There will be enemies on every level, which you will have eliminated."; fDesc[11] = "that made that game a classic. Alien Abduction is the game shoot 'em up fans have been waiting for."; fDesc[15] = "graphics, this really is old school gameplay bought right up to date. Stunning award winning action, unlike anything else you'll play."; 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 = '...'; } }