var fDesc=new Array(); fDesc[0] = "Wrestling Spirit 3 is a sports game where you take control of a professional wrestler, guiding him through the tough matches and the heated rivalries toward the chance of glory in title matches around the world. The game also features tournament and league modes, as well as an in-depth editorial suite."; 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 = ''; } }