var fDesc=new Array(); fDesc[0] = "Escape Goat is a puzzle platformer game in which you take control of a goat that has been imprisoned for witchcraft. You will have to overcome traps and obstacles to escape the Prison of Agnus. With the help of a magic mouse friend, you can turn the tables on foes and use the environment to your advantage."; 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 = ''; } }