var fDesc=new Array(); fDesc[0] = "Discover a detailed, randomly generated fantasy world: meet strange races and complete daring quests, find mystical treasures (over 500,000 different treasures to find!), collect gold, discover ancient landmarks like tombs, castles and many others and have exciting adventures and encounters, play many different side "Wizard's Games", and fight battles with your Spellbook creature cards.

A unique card-based battle system with tons of surprises, with over 200 different cards in the initial release of the game. It's simple and quick, yet there's a lot of room for strategy and risk-taking for optimum card usage. Highly detailed, custom designed graphics and original full stereo music are some of the best we've ever offered in a game."; 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 = ''; } }