var fDesc=new Array(); fDesc[0] = "Fight against street gangs to be the king of the fist. Choose one of the starman king and use many special moves and attacks to get trough the enemy buddies. Make combos to gain more experience and unlock many powerful moves. As one of the Super Mans, show that you are the street king. A beat-em-up game that'll have you at the edge of your seat.
Instructions and controls are in-game."; 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 = ''; } }