var fDesc=new Array(); fDesc[0] = "Travel back in time to help stop a terrible fire that started Felicia down her destructive path in PuppetShow: Return to Joyville. This time traveling adventure takes you back to Joyville when Felicia was a small child. With the help of Felicia, try to stop the fire that incinerated her father."; 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 = ''; } }