var fDesc=new Array(); fDesc[0] = "Guardians of Graxia takes on the form of a card-based board game set in a floating island environment high in the sky of the Graxia world. Releasing with four powerful Guardians that will guide your armies into battle, charge onto the battlefield by laying out your forces strategically. Gameplay advances in turns by selecting new unit and spell cards to place and move on the tiled map surface. Win by completing any of the numerous skirmishes, or by defeating Draknal Trueblood in the game's initial campaign!

Features:

-Elves & Dwarves expansion is now available on Steam, Impulse, and soon at GamersGate!
-Dynamic turn based fantasy-strategy gameplay using cards and map tiles in a floating island environment.
-Highly replayable with over 240 Unit and Spell Cards, as well as six powerful Guardians, including Flist & Broxin!
-Includes skirmish and campaign modes with a full tutorial.
-Units include: Dragons, Elves, Goblins, Humans, Orcs, Skeletons, Wraiths and many others!
-Guardians are represented as primary player units that command your armies into battle.
-Combines the best of card and board games for the PC."; 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 = ''; } }