var fDesc=new Array(); fDesc[0] = "A fairytale comes to life in this short RPG in the classic console style. When the ruler of a small kingdom becomes lost in the woods, a brave frog offers his assistance. The king is grateful and, to the astonishment of his daughter and the whole court, invites the frog to his castle for dinner... but things don't quite work out as planned."; 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 = ''; } }