var fDesc=new Array(); fDesc[0] = "By 2021, the earth has become a living hell. Mankind is mired in horrific wars, and the native world is blasted by radiation and mutating creatures. Several allied states made every effort to create spacecraft in order to transport the remaining people to another galaxy, but that's not all. The last ship in orbit collided with a new breed of creatures which also want to destroy humanity."; 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 = ''; } }