var fDesc=new Array(); fDesc[0] = "Asterix and the Power of the Gods is unparalleled by any other platformer/action/rpg on the system and involves the player taking Asterix and Obelix on a quest to find the legendary shield of Vercingetorix, which has been stolen by a Roman centurion and is bound to have ended up in Rome. You can choose between the two superhuman Gauls for each level, each of them having unique powers and abilities. Another excellent feature of the gameplay is the ability to select your destination. On a map screen at the beginning, you get to choose which Roman camp to go to (or the village or forest) in your effort to try and find the shield. Without helping the gamer whatsoever, levels must be completed in some form of succession for certain events to take place and to progress in the game."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }