var fDesc=new Array(); fDesc[0] = "TERMINAL Tetromino game is an ultra-modern 3D remake of the all-time classic Tetris game. This game will keep you playing for days on end because it comes with mind-boggling special effects, 12 ear-pleasing background tracks in stereo and addictive gameplay just as in Tetris. Download TERMINAL Tetromino and you will find four different game variations to choose from: Fantasy, Advanced, Professional and Extreme which were specially developed for players of various abilities and preferences. The advanced interface settings put you in control over the various features of the game such as the quality of the blocks, the speed of the rotation, the sensitivity of the keyboard, multimedia options and many others."; 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 = ''; } }