var fDesc=new Array(); fDesc[0] = "Wrestling Mpire HD is a stylised version of MDickie's Wrestling Mpire 2008. The main feature of this mod is the graphical overhaul of the default game and parodied current day rosters. Now Wrestling Mpire HD will feature up to date wrestlers with a brand new stylised look."; 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 = ''; } }