var fDesc=new Array(); fDesc[0] = "With jalada AstroChase you control a space fighter moving on the screen, scrolling left and right in order to avoid oncoming bombs and kamikaze attacks from alien invaders--and to fire your own missiles to fight back!
In this space action game the Earths Star Fleet is fighting a losing battle against the aliens rather inferior but overwhelming fleet. It is only a matter of time before the aliens will be able to break through the only obstacle in their path - the Earth's defence network of Laser Cannons."; 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 = ''; } }