var fDesc=new Array(); fDesc[0] = "Tap, pinch, and swipe your way to victory in this revolutionary touch-screen wrestling game! Every step taken, every punch thrown, and every move executed is now more satisfying than ever thanks to the intuitive control system. And with up to 10 characters on screen and dozens of fully interactive items and weapons, it's the wildest action your mobile device can handle! As an ongoing work in progress, Wrestling Revolution is also the world's first "episodic" wrestling experience - featuring weekly storylines and match-ups that you would expect from a TV show. Except a game pans out differently each time you play! This special first installment features a comprehensive training camp that introduces us to the game's many new features."; 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 = ''; } }