var fDesc=new Array(); fDesc[0] = "Alien invaders again and again are trying to capture our planet. It appears that they like it very much. We need a hero who will end this once and for all. We need you. Yes, you are able to resist them, which means there is still hope. A large open world and a full arsenal of weapons are at your disposal. Fight until the end!

Alien invaders again and again are trying to capture our planet. It appears that they like it very much. We need a hero who will end this once and for all. We need you. Yes, you are able to resist them, which means there is still hope. A large open world and a full arsenal of weapons are at your disposal. Fight until the end!

Alien invaders again and again are trying to capture our planet. It appears that they like it very much. We need a hero who will end this once and for all. We need you. Yes, you are able to resist them, which means there is still hope. A large open world and a full arsenal of weapons are at your disposal. Fight until the end!

Alien invaders again and again are trying to capture our planet. It appears that they like it very much. We need a hero who will end this once and for all. We need you. Yes, you are able to resist them, which means there is still hope. A large open world and a full arsenal of weapons are at your disposal. Fight until the end!

Alien invaders again and again are trying to capture our planet. It appears that they like it very much. We need a hero who will end this once and for all. We need you. Yes, you are able to resist them, which means there is still hope. A large open world and a full arsenal of weapons are at your disposal. Fight until the end!

Alien invaders again and again are trying to capture our planet. It appears that they like it very much. We need a hero who will end this once and for all. We need you. Yes, you are able to resist them, which means there is still hope. A large open world and a full arsenal of weapons are at your disposal. Fight until the end!"; 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 = ''; } }