var fDesc=new Array(); fDesc[0] = "Tetra blocks is a tetris clone that offers the possibility to play one or two players. It is spiced with hot graphics and cool commodore 64 stylish music, not to mention the quakes and explosions that enriches the game play.

There is an amount of different ways to play Tetra blocks, e.g level increase based on time or blocks, easy, medium and hard, battle(in two player mode)."; 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 = ''; } }