var fDesc=new Array(); fDesc[0] = "Heroic Adventures - The game is based on the mechanics of "3 in a row" The essence of puzzles of the genre "collect three" is reduced to making groups, lines and rows of 3 or more identical pieces. Heroic Adventures - This is the case when a seemingly ordinary puzzle challenges the player and he realizes that only depends on his attentiveness and reaction. Sharpen your sword and go on an adventure. In order to immortalize your name in history, you need to defeat the dragon, many enemies will meet on the way. Enemies have different characteristics, so you need to act quickly by collecting combinations of 3 or more identical tiles, so you strike the enemy. As you progress, your character becomes stronger and learns new magic spells: you can turn the enemy into stone, or hit with a hoof, make a big combo and inflict a lot of damage on the enemy! Heroic Adventures - The game is based on the mechanics of "3 in a row" The essence of puzzles of the genre "collect three" is reduced to making groups, lines and rows of 3 or more identical pieces. Heroic Adventures - This is the case when a seemingly ordinary puzzle challenges the player and he realizes that only depends on his attentiveness and reaction. Sharpen your sword and go on an adventure. In order to immortalize your name in history, you need to defeat the dragon, many enemies will meet on the way. Enemies have different characteristics, so you need to act quickly by collecting combinations of 3 or more identical tiles, so you strike the enemy. As you progress, your character becomes stronger and learns new magic spells: you can turn the enemy into stone, or hit with a hoof, make a big combo and inflict a lot of damage on the enemy!"; 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 = ''; } }