var fDesc=new Array(); fDesc[0] = "Halloween Bowling is an interesting sport game. You start the game under such condition. You can use your mouse to position the pumpkin.

When the power gauge appears, you can click once the bat reaches your desired power level. Once the curve gauge appears in the screen, you can click the mouse when the skull is at your desired curve level.

The pumpkin will release and roll down the lane. You will have two chances to knock down all the ghosts within each frame. The ghosts reset after each frame. Repeat ten times and play again. Go to get the best result.

Good luck!"; 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 = ''; } }