var fDesc=new Array(); fDesc[0] = "It's got all the great puzzle game fun of Tetris but puts you in control. The game features 4 exciting modes of play: Arcade: Never ending action, Bombs Away: Blow up pieces and cause earthquake combos, 60 Seconds: How many lines can you make in 60 seconds?, and World Trip: Travel around the world!

Features:

- 4 Exciting Ways to Play: Arcade, Bombs Away, 60 Seconds, and World Trip
- Beautiful Full Screen Display
- Thrilling Sound Effects and Animations
- High Score Charts"; 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 = ''; } }