var fDesc=new Array(); fDesc[0] = "NecroVisioN: Lost Company is the prequel to the old-school horror FPS which covers the events that happened before the NecroVisioN story began. The game contains several unique levels, characters, weapons and gameplay elements, as well as a new main hero that tells the original game story from an opposing perspective.
Players now act as one of the WWI German soldiers that discovers the evil forces unleashed by the war and starts to fight against them. Eventually the player leads soldiers from all the nations gathered on the front through massive battles against the zombies and demons. Finally players become the first Necromancer that was defeated by Simon Bukner in NecroVisioN."; 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 = ''; } }