var fDesc=new Array(); fDesc[0] = "Well, it's got pretty much everything you can think of: various shapes of blocks, numerous bonuses, explosives to get rid of unwanted blocks, etc.

This will change your idea of what a proper tetris game should be like. A real revolution in the Tetromino world!


Features:

* Real 3D graphics
* Five game types
* Dynamic effects
* Unusual figures and bonuses
* Great music and sound effects
* Detailed statistics and advanced control system

Requirements:

* Windows 95/98/Me/2000/XP
* 16 Mb Video Memory
* At least 333MHz processor
* DirectX 8.0 or later"; 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 = ''; } }