var fDesc=new Array(); fDesc[0] = "Spider-Man: Friend or Foe is a game developed by Next Level Games. This is a Beat'Em Up game in third person view, based on the famous Marvel Comics adventures hero.
The story will resume the environments of the three films in different locations around the world, including Tokyo, Tangaroa Island, Egypt, and Nepal, but will have a different enemy -a bellicose race of aliens called the P.H.A.N.T.O.M.s (Perpetual Holographic Avatar Nanotech Offensive Monster)- which will force Spiderman to join his usual enemies: Venom, Dr. Octopus, Sandman and the Green Goblin, and also friends: Iron Fist , Lizard and Black Cat to succeed in rescuing the world from a new disaster.

The particular feature of this game, based on various levels and divided into four missions, is that each level develops by moving from one point to another and the need of eliminating the enemies who come out on the road. They have no portentous AI, but the enormous amount of them spares this deficiency. In this amazing game, you will control up to two characters -Spiderman and another one over several levels.

Regarding graphics, this version is very different from previous Spiderman games. Being a 3D, it resembles animated films with some well done effects."; 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 = ''; } }