var fDesc=new Array(); fDesc[0] = "Brain - the worst brawler in the history of the Wrestle Zone - has won the title belt! Not even his team-mates Simon and Defender can believe it. But when Brain gets kidnapped (along with the belt), it's up to them to get him back. Street-fights, car chases, and obssessed fans all stand in the way of Brain's rescue. But as the reluctant heroes find themselves descending ever deeper into the city's darkest corner, they learn that their problems are only just beginning."; 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 = ''; } }