var fDesc=new Array(); fDesc[0] = "NaaC is a fast single-screen shooter in which you can kill thousand of smelling aliens. Play as a space marine, kidnapped from the Earth, packed with only a jetpack and a pistol, and defeat a horde of monster! Some features: 100% original and high-res graphics, 7 different weapons, extended combo system, original soundtrack, online highscore, comfortable mouse+keyboard control system, 5 different types of alien, 3 deadly bonuses, boss and mini-bosses, a lot of blood on the floor..."; 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 = ''; } }