var fDesc=new Array(); fDesc[0] = "Advanced Tetric Lite is a little more than just Tetris. It also includes Pentix, a popular variation of Tetris that's more complicated and more interesting, and two additional variations of Tetris (Advanced Tetris and Advanced Pentix). There are also eight different block sets to play with: blocks, numerals, kinetics, dice, wild, planes, plasma and misc. You can use your own sound effects if you like, but the pre-set sounds will not disturb you while you play. The background picture can also be changed to your liking. Outstanding graphic is one more advantage, which will bring you to the world of pleasure and fun, to the world of Advanced Tetric Lite. Must-have for Tetris fans!"; 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 = ''; } }