var fDesc=new Array(); fDesc[0] = "Realms of Magic is a fantasy based card game, like Magic: The Gathering, in which the goal is to destroy your opponent's castle before he destroys you. It has hundreds of fantasy units, heroes, items and spells to assist you in overcoming your enemies in strategic and tactical warfare.
Realms of Magic can be played against either an AI or human opponent(s). Each player takes turns and at the start of each turn, their kingdom produces a quantity of each resource equal to the strengths of various resource generators..."; 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 = ''; } }