var fDesc=new Array(); fDesc[0] = "The game of Blood Bowl is an epic battle between two teams of awesome fighters. Just like Gridiron, players pass, throw and run the ball to try to get it to the End Zone. This strive to get a Touchdown is battered and bashed down by the opposing team and their arsenal of weapons. As with all great sports, the team with the most points at the end of it wins and is crowned the Blood Bowl Champions."; 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 = ''; } }