var fDesc=new Array(); fDesc[0] = "The best fighting game on the flash platform! Enjoy fabulous combos and challenge your friends! Use W to jump, S to crouch, A and D to move, J to light attack, K to heavy attack, L to dash, I to block, Q to switch to gun arm. You can learn more than 20 fighting skills during gaming, and all of them can be combed together. See who is the top fighter in the world. The higher combo you beat the more experience you gain."; 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 = ''; } }