var fDesc=new Array(); fDesc[1] = "from the alien invasion using your spacefighter. Player can obtain various extra-weapons and special abilities by destroying enemy cyborgs, fighters and motherships. Each planet has its own cyborg types and an unique powerful boss at the last level."; fDesc[2] = "about defending humanity from the future attack prepared by the Cyborg army. Atomaders 2 provides you a fantastic game-play with mind-blowing 3-D graphic and cool soundtracks where you deal with Cyborg Attacks, Escape, Black, Fatal Threat, Back Strike and more."; fDesc[3] = "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[5] = "a lot of firepower. Your mission is simple: stop the machines from taking overEarth. The registered version features 9 different worlds, 27 levels all with unique monsters and graphics. There areover 30 weapons to your disposal, and DOMINATION is the only game in the world that lets you log in and actually 'program' the computers within the worlds. If youre a DOOM or Quake fan then Domination is one you should add to your collection."; fDesc[15] = "the half-human half-cyborg flying machine of the title, you are faced with many levels to clear of enemies."; 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 = '...'; } }