var fDesc=new Array(); fDesc[0] = "This game’s beautiful graphics and atmosphere will garner enthusiastic applause. Your character is just an ordinary old man who lives in a big castle. He lived years without bothering anyone, but one day he discovers that his favorite mug is gone, and he is awoken from his slumber! What a disaster! Who could have done such a terrible thing? Suspicion falls on Lord Black, who lives deep in a cave. The old man takes his trusty old sword from the shelf and goes to administer justice! You’ll find new weapons as you advance through the levels – swords and magic wands, attacking enemies and even recruiting other creatures to fight on your side. Several types of armor are available, which earn special bonuses. A variety of enemies - skeletons ghosts, knights, dragons will await you. Fairytale atmosphere with captivating music and quality hand-drawn graphics."; 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 = ''; } }