var fDesc=new Array(); fDesc[0] = "The gameplay is that of a traditional head-to-head fighting game. But unlike most games of its type, the single-player mode is limited to one character, Joe, who is the protagonist of the game. One of the game's most distinctive aspects is an RPG-like system which enables the player to boost Joe's various attributes, such as strength, speed and endurance. Another gimmick is the use of a two-plane fighting area."; 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 = ''; } }