var fDesc=new Array(); fDesc[0] = "Magic: The Gathering - Tactics is the first game that brings the iconic characters, spells and settings from the world's premier trading card game to life in a fully realized 3D world with tactics style game play. Tackle the challenging single-player scenarios or join legions of gamers worldwide for intense battles of thrilling strategy in casual and tournament formats."; 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 = ''; } }