var fDesc=new Array(); fDesc[0] = "Game Description

Ester Imigo. A simple Action RPG that does not take itself too seriously. You, the hero, find yourself in unfortunate circumstances, and is forced to leave your home town. But luckily for you, there is adventure to be had out in the world! The game features a unique "character creator" which determines your starting appearance based on your beginning choices. An array of weapons and personalization give more power to the player to make their character unique! A large world to explore at free will, accompanied by quests and stories! And more to be discovered in the world of Ester! This demo contains a preview of the game, and features the first chapter of the game. (The game is best played in its default resolution and screen size)."; 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 = ''; } }