var fDesc=new Array(); fDesc[0] = "Alien Arena 2008 is the latest version of a freeware online deathmatch game that was first introduced to the public in October, 2004. Since that time, the game has been downloaded over 1 million times, and currently stands at revision 7.21(Jan 15, 2009 release). In October 2007, Linux.com reviewed Alien Arena, annointing it as the very best of the free online games available at the time. Alien Arena has been reviewed and featured on cover DVD's by dozens of gaming publications, including heavy hitters such as PC Power Play and PC Gamer, as well as being featured on gaming media outlets such as GIGA Tv."; 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 = ''; } }