var fDesc=new Array(); fDesc[0] = "Mount your dragon and take to the skies in this action and adventure game and joust mythical enemies. The game is very easy to learn and convienent to play with the automatic save system. You play as a dragon knight and uncover a story rooted in medieval mythology. The lands are under siege from Belzom's evil dragon army and you must joust them to save the kingdom.

In this exciting platformer game you travel through four very unique zones containing over 40 levels. Scattered throughout these zones you will encounter unique types of enemies to slay, including four huge zone bosses. The game features several different types of game play, such as flying a dragon, shooting a ballista, fighting enemies in the air and on the ground, jousting opponents, adventuring on foot, and collecting magical items and gems.

You will meet several allies to help you on your adventure, such as an elf that is also under attack by Belzom's army. Her name is Briannah and she uses her elven powers to summon items to aid in your journey. All of the magical items have unique properties such as allowing you to walk on fire, and enchanting your lance for greater striking power."; 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 = ''; } }