var fDesc=new Array(); fDesc[0] = "Can you reach Astariel? Astariel is a fun retro arcade game requiring quick decisions and even faster reflexes. Blast your way through hordes of colourful and frenetic alien attack waves in a battle to reach your home world Astariel. Astariel features a beautiful 3d lighting and an exciting 2-player mode using Mouse-Party(TM)technology. An easy- to-play quest for world high score glory that should appeal to a wide audience, Astariel features 40 powerup crates to collect, 5 planets to visit and 150 waves of colourful alien formations to conquer."; 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 = ''; } }