var fDesc=new Array(); fDesc[0] = "Necromaton is a cooperative birds-eye view shooter game. It features a point-and-click control system that can be configured to be similar either to Starcraft or to Diablo. Necromaton also features an RPG-like leveling system in which kills grant experience. Experience likewise allows the players to unlock various skills such as the Frag Grenade or Stim Pack. However, the monsters get stronger with time, and so it is very important for the players to complete the level's objectives before they get overwhelmed.
Necromaton is a cooperative birds-eye view shooter game. It features a point-and-click control system that can be configured to be similar either to Starcraft or to Diablo. Necromaton also features an RPG-like leveling system in which kills grant experience. Experience likewise allows the players to unlock various skills such as the Frag Grenade or Stim Pack. However, the monsters get stronger with time, and so it is very important for the players to complete the level's objectives before they get overwhelmed.
Necromaton is a cooperative birds-eye view shooter game. It features a point-and-click control system that can be configured to be similar either to Starcraft or to Diablo. Necromaton also features an RPG-like leveling system in which kills grant experience. Experience likewise allows the players to unlock various skills such as the Frag Grenade or Stim Pack. However, the monsters get stronger with time, and so it is very important for the players to complete the level's objectives before they get overwhelmed."; 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 = ''; } }