var fDesc=new Array();
fDesc[0] = "Dive into an immersive adventure as you experience a living comic book illustrated with 3D Comic Inking Technology that literally brings the comic to life in every action-packed frame.
The game's expanded, free-roaming environments deliver a deep adventure with a variety of challenging missions, diverse game play and an improved combat system that allows players to face off against the largest number of characters from the Spider-Man universe ever assembled in one video game.
Main features:
- Dive into an immersive adventure as you experience a living comic book illustrated with 3D Comic Inking Technology that literally brings the comic to life in every action-packed frame.
- The game's expanded, free-roaming environments deliver a deep adventure with a variety of challenging missions, diverse game play and an improved combat system that allows players to face off against the largest number of characters from the Spider-Man universe ever assembled in one video game.
- Unique animated comic book panels move the story along.
- Move through a detailed environment and sense danger from multiple perspectives.
- Prepare for an all-new, feature-packed adventure with classic comic book elements.
- Expanded free-roaming environment includes the addition of Queens.
- Enhanced combat system lets players use the environment to pull off exciting new moves.
- More Spider-Man universe characters than ever before.
- Story and illustration by Brian Michael Bendis and Mark Bagley, the force behind the Ultimate Spider-Man comic book series.
- All-new Spider-Man story is revealed as the game picks up where the comic book left off.";
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 = '';
}
}