var fDesc=new Array(); fDesc[0] = "In Football Mania, play football the way you want. Customize the craziest mini-figure football teams and challenge awesome opposition. Use amazing power-ups in hilarious matches across action-packed, themed LEGO environments. It's an adventure that takes you from the Arctic to the Wild West to Mars. If only real-life football was this much fun!"; 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 = ''; } }