var fDesc=new Array(); fDesc[0] = "Mischievous imps are hiding in Santa's gift boxes, tossing out the presents and making everyone's holiday miserable. It's up to you to stop them with your magic snowball and bring Christmas cheer back to the North Pole.Break open the boxes to reveal the imps inside.

Then capture them with the paddle to gain valuable power-ups. But watch out the imps have a few tricks up their sleeves and won't be easy to defeat.
-Over 50 different levels
-Amazing graphics
-Bonus objects and obstacles
-Load, save game option."; 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 = ''; } }