var fDesc=new Array(); fDesc[0] = "In 2034 a group of scientists are trying to resurrect a mummy in Egypt. They succeeded, but they're starting to wish they hadn't. And here comes an elite unit of G-4 soldiers! Since mummies regenerate quickly and have improved physical abilities, you have to deal with them as quickly as possible. In your arsenal is an assault rifle with infinite ammo, but it's prone to overheating quickly. By killing mummies, you score points with which you can replenish your health or buy upgrades for their weapons. Graphics are in a black-and-white style to emphasize the horror that scientists have created.
In 2034 a group of scientists are trying to resurrect a mummy in Egypt. They succeeded, but they're starting to wish they hadn't. And here comes an elite unit of G-4 soldiers! Since mummies regenerate quickly and have improved physical abilities, you have to deal with them as quickly as possible. In your arsenal is an assault rifle with infinite ammo, but it's prone to overheating quickly. By killing mummies, you score points with which you can replenish your health or buy upgrades for their weapons. Graphics are in a black-and-white style to emphasize the horror that scientists have created.
In 2034 a group of scientists are trying to resurrect a mummy in Egypt. They succeeded, but they're starting to wish they hadn't. And here comes an elite unit of G-4 soldiers! Since mummies regenerate quickly and have improved physical abilities, you have to deal with them as quickly as possible. In your arsenal is an assault rifle with infinite ammo, but it's prone to overheating quickly. By killing mummies, you score points with which you can replenish your health or buy upgrades for their weapons. Graphics are in a black-and-white style to emphasize the horror that scientists have created."; 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 = ''; } }