var fDesc=new Array(); fDesc[0] = "A five-star soundtrack lures you into cyber-space where you are in command of the fastest ship in the galaxy! Fly your ship with nimble precision and experience adrenaline-pumping action in an explosive shoot 'em up style game! Steer your ship and fly with precision, speed, and agility. Experience over 100 challenging levels and a multitude of weapon enhancements, including a Star Clubber attachment that you have to see to believe! Swarm is visually tantalizing, intense, absorbing and full of celestial fun. Download this incredible space shooter now, and may the force be with you!"; 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 = ''; } }