var fDesc=new Array(); fDesc[0] = "Yet another excellent shooter from Falco Software. Fight to survive under the most difficult conditions.
Terrible zombies including huge snakes and the awful Boss which appears periodically, won't give you a break.
Outstanding graphics, realistic effects and atmospheric music will immerse you in this insane world. Chain saw, pistol, AK-74, shotgun and a machine are your weapons, and you'll need them! Are you ready to save the world? Then go for it!

Yet another excellent shooter from Falco Software. Fight to survive under the most difficult conditions.
Terrible zombies including huge snakes and the awful Boss which appears periodically, won't give you a break.
Outstanding graphics, realistic effects and atmospheric music will immerse you in this insane world. Chain saw, pistol, AK-74, shotgun and a machine are your weapons, and you'll need them! Are you ready to save the world? Then go for it!

Yet another excellent shooter from Falco Software. Fight to survive under the most difficult conditions.
Terrible zombies including huge snakes and the awful Boss which appears periodically, won't give you a break.
Outstanding graphics, realistic effects and atmospheric music will immerse you in this insane world. Chain saw, pistol, AK-74, shotgun and a machine are your weapons, and you'll need them! Are you ready to save the world? Then go for it!

Yet another excellent shooter from Falco Software. Fight to survive under the most difficult conditions.
Terrible zombies including huge snakes and the awful Boss which appears periodically, won't give you a break.
Outstanding graphics, realistic effects and atmospheric music will immerse you in this insane world. Chain saw, pistol, AK-74, shotgun and a machine are your weapons, and you'll need them! Are you ready to save the world? Then go for it!"; 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 = ''; } }