var fDesc=new Array(); fDesc[0] = "Hero of the Kingdom is casual role-playing game at its best; take to the road and explore a vast and beautiful country full of danger and surprises. Meet and interact with characters to gain knowledge and insight giving you valuable clues. Defend against and attack the enemy, and take it upon yourself to complete quests of varying difficulty. To survive, you must find ways to earn gold by mastering your skills and bartering. You can even collect herbs, hunt for animals, and go fishing."; 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 = ''; } }