var fDesc=new Array(); fDesc[0] = "Asteroid Cresta is a fast paced Asteroids style retro game which features stunning two-color vector graphics. It is free to download and play. There are a number of differences between this game and the 1979 Atari classic; it was never intended to be an exact copy. Most notably, the game pace is much faster and you will see asteroids collide and bounce off each other."; 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 = ''; } }