var fDesc=new Array(); fDesc[0] = "Crowds of aliens from outer space fill streets of a small town in Texas, killing anyone who gets in their eyes. You - one of the last survivors, but you have nowhere to run, so your only goal - to avenge your hometown, taking with you to the hell as many enemies as you can kill! Use all of the weapons that will be able to pick up a fallen enemies or found in town buildings. Good luck!
Crowds of aliens from outer space fill streets of a small town in Texas, killing anyone who gets in their eyes. You - one of the last survivors, but you have nowhere to run, so your only goal - to avenge your hometown, taking with you to the hell as many enemies as you can kill! Use all of the weapons that will be able to pick up a fallen enemies or found in town buildings. Good luck!
Crowds of aliens from outer space fill streets of a small town in Texas, killing anyone who gets in their eyes. You - one of the last survivors, but you have nowhere to run, so your only goal - to avenge your hometown, taking with you to the hell as many enemies as you can kill! Use all of the weapons that will be able to pick up a fallen enemies or found in town buildings. Good luck!
Crowds of aliens from outer space fill streets of a small town in Texas, killing anyone who gets in their eyes. You - one of the last survivors, but you have nowhere to run, so your only goal - to avenge your hometown, taking with you to the hell as many enemies as you can kill! Use all of the weapons that will be able to pick up a fallen enemies or found in town buildings. Good luck!
Crowds of aliens from outer space fill streets of a small town in Texas, killing anyone who gets in their eyes. You - one of the last survivors, but you have nowhere to run, so your only goal - to avenge your hometown, taking with you to the hell as many enemies as you can kill! Use all of the weapons that will be able to pick up a fallen enemies or found in town buildings. Good luck!"; 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 = ''; } }