var fDesc=new Array(); fDesc[0] = "Tiny Guardians is a tower defence game without towers. In this game, you summon unique guardians to defend Lunalie against various enemies as she journeys through the wilderness of Prism. You can try different class and upgrade combinations to battle against waves of enemies.

Each unlocked class expands your collection of dazzling cards. Various updates and unit classes allow for diverse strategies, allowing a different experience on every try."; 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 = ''; } }