var fDesc=new Array(); fDesc[0] = "Kung Fu Strike is a fast-paced beat-em-up where the player can seamlessly blend powerful punches, high kicks and perfectly timed blocks to pull off combos that devastate hordes of enemies.

For years war and conflict between the powerful Tian empire and the northern country of Shaa have raged throughout the lands. As part of this war, General Loh travels to the Talin Temple in search of Master Mo to set up a base of operations against the rebels."; 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 = ''; } }