var fDesc=new Array(); fDesc[0] = "Evil Pumpkin: The Lost Halloween is a horror-themed puzzle adventure game. You play as a boy who is wondering why the city of Dern is ostracized from the Halloween community. You come to Lemuel Barnabas; he’s scrappy and funny, talks to himself, likes music and long walks behind the bar. Everyone around you seem to know something about it, but you’re a boy, nobody is going to tell you. Hence, you take things into your own hands and find out whatever happened to Halloween."; 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 = ''; } }