var fDesc=new Array(); fDesc[0] = "Football Manager 2012 allows you to take control of any club in over 50 nations across the world, including all of the biggest leagues across Europe. You’re in the hot-seat, which means you decide who plays and who sits on the bench, you’re in total control of tactics, team-talks, substitutions and pitch-side instructions as you follow the match live with the acclaimed 3D match engine allowing YOU to make the difference!"; 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 = ''; } }