var fDesc=new Array(); fDesc[0] = "Defeat all the enemies and using a combination of skills, reach and defeat the villain chief at the end of the game. Fight with Naruto characters in one player or two player battles. Game is very smooth, have nice graphics and many combinations of attacks.

There are 8 characters total, you start with 5, meaning 3 secret characters. Each character has their own unique move set. Some combinations that work for one character may not work for another"; 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 = ''; } }