var fDesc=new Array(); fDesc[0] = "Windows Tetris is a simple Tetris game made for Windows using C /Win32.
Is very easy to install and to play. You have to arrange the pieces that fall down and to creates lines without any gaps. You can rotate the pieces and align them as you wish. So, don't hesitate at all and start playing this magnificent game."; 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 = ''; } }