var fDesc=new Array(); fDesc[0] = "This game is yet another 3D remake of one of the best all-time classics in the history of PC games-Tetris. BUT it is in fact LIKE NO OTHER! It's got absolutely fantastic 3D industrial style graphics, it's got 5 different game types to suit any kind of player: Revolution, Pentix, Emptix, Kids and Retro, it's got superb stereo sound. 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 Tetris world!"; 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 = ''; } }