var fDesc=new Array(); fDesc[0] = "Super DX-Ball Deluxe contains all 6 exciting board packs with a total of 230 boards. And there are many more free and for-sale expansion packs on the way... available only to owners of the 'Deluxe' version.

What's Included:
- Challenge Pack - 30 geometric boards that require tactics and skill to survive
- Fun Pack - 30 lighthearted and whimsical board designs for the kid in all of us
- Retro Pack - 75 brand new DX-Ball boards that will remind you of the glory days of 'rectangular' bricks
- Surprise Pack - 30 colorful and crafty boards with many entertaining picture designs
- "Plus" the ability to download and play board expansion packs as they become available
- Super Pack - 15 boards from the shareware version
- DX-Ball Pack - the 50 original boards from the game that started the phenominon back in 1996"; 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 = ''; } }