var fDesc=new Array(); fDesc[0] = "Magic: The Gathering is a trading card game.
In the Magic game, you play the role of a planeswalker—a powerful wizard who fights other planeswalkers for glory, knowledge, and conquest. Your deck of cards represents all the weapons in your arsenal. It contains the spells you know and the creatures you can summon to fight for you.
Trading card games like the Magic: The Gathering TCG combine collectable cards with a strategy game. You don't know what you'll get in a Magic booster pack. You just start a collection and trade with other players to get the cards you want.
The best part about a trading card game is that it's always changing. You design and build your own unique decks, and each Magic game you play is different"; 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 = ''; } }