var fDesc=new Array(); fDesc[0] = "Halloween Hocus Pocus is an interesting adventure game for free. Jessica Witch has mistakenly transformed all her pals into real monsters!

Now Jessica must fly around the neighborhood on her magic vaccum and attempt to put things right. Catch the potions and turn the monsters back into humans before its too late. arrow keys to move around, space bar to shoot magic."; 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 = ''; } }