var fDesc=new Array(); fDesc[0] = "Prepare your mansion for Tricks and Treats in this incredible Puzzle game! Throw a devilishly fun midnight Halloween party and entertain your family members. Coming from Europe, India, and even South America, your guests are expecting quite a shindig! Prepare and design your own spooky mansion as you earn gold and silver. Unlock upgrades and terrify your partygoers in Tricks and Treats!"; 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 = ''; } }