var fDesc=new Array(); fDesc[0] = "Featuring hot arcade action and teeth-rattling audio, Astro Fury pits you against a veritable onslaught of alien invaders. Your only defense: a single ship armed with plasma bursts and a stash of wicked secondary weapons. The creators of Magic Ball 2 have put their talents to good use in Astro Fury, creating some of the most jaw-dropping enemy attacks and memorable deep space backdrops ever seen in an arcade shooter. Can you save the galaxy once again?"; 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 = ''; } }