var fDesc=new Array(); fDesc[0] = "Total Extreme Wrestling 2013 is an interesting application that allows players to take the role of a wrestling promoter, where it is up to you to try and steer your chosen company to the top of the industry, along the way dealing with prima donna superstars, wars and alliances with other wrestling companies, and the demands of TV corporations."; 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 = ''; } }