var fDesc=new Array(); fDesc[0] = "Are you a fan of the real classic Tetris game? If your answer is an absolute YES, you cannot miss the opportunity to try this option of the well-known Tetris game with amazing graphics and original interface. FreeTetris has been developed by 2VG Group and it includes the standard Tetris game and other popular variations of it. You can enjoy eight levels of this spirited and fabulous game. It is packed with plenty of reasoned schemes, anatomy sets and wallpapers, so you can change its appearance and variant of figures, and also create your own anatomy sets. If you choose the registered version, then, you will enjoy many extra benefits: you can download dozen of skins, sets of pictures and sounds from the developer’s website, where you have the possibility to customize your game features. So, if you are amazed with the Tetris game and appreciate its ingenuity and simplicity, you will love this new version with its many innovative features. Download and play FreeTetris! But be careful because it is dangerously addictive!"; 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 = ''; } }